Searched refs:ip_srcroute (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dip_options.h59 struct mbuf *ip_srcroute(struct mbuf *);
H A Dip_options.c392 * ip_srcroute if the receiver is interested.
422 ip_srcroute(struct mbuf *m0) function
H A Dtcp_syncache.c796 inp->inp_options = (m) ? ip_srcroute(m) : NULL;
1255 ipopts = (m) ? ip_srcroute(m) : NULL;
H A Dip_icmp.c821 if ((opts = ip_srcroute(m)) == NULL &&
H A Dip_input.c1198 /* ip_srcroute doesn't do what we want here, need to fix */
1200 *mp = sbcreatecontrol((caddr_t)ip_srcroute(m),

Completed in 119 milliseconds