Home
last modified time | relevance | path

Searched refs:PACKET_TAG_IPOPTIONS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dip_options.c402 opts = (struct ipopt_tag *)m_tag_get(PACKET_TAG_IPOPTIONS, in save_rte()
430 opts = (struct ipopt_tag *)m_tag_find(m0, PACKET_TAG_IPOPTIONS, NULL); in ip_srcroute()
/freebsd/sys/sys/
H A Dmbuf.h1384 #define PACKET_TAG_IPOPTIONS 27 /* Saved IP options */ macro