Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_options.h46 struct ipopt_tag { struct
H A Dip_options.c402 struct ipopt_tag *opts; in save_rte()
404 opts = (struct ipopt_tag *)m_tag_get(PACKET_TAG_IPOPTIONS, in save_rte()
405 sizeof(struct ipopt_tag), M_NOWAIT); in save_rte()
430 struct ipopt_tag *opts; in ip_srcroute()
432 opts = (struct ipopt_tag *)m_tag_find(m0, PACKET_TAG_IPOPTIONS, NULL); in ip_srcroute()