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

/freebsd-12-stable/sys/netinet/
H A Dip_options.h61 struct mbuf *ip_srcroute(struct mbuf *);
H A Dip_options.c399 * ip_srcroute if the receiver is interested.
429 ip_srcroute(struct mbuf *m0) function
H A Dtcp_syncache.c845 inp->inp_options = (m) ? ip_srcroute(m) : NULL;
1420 ipopts = (m) ? ip_srcroute(m) : NULL;
H A Dip_icmp.c858 if ((opts = ip_srcroute(m)) == NULL &&
H A Dip_input.c1269 /* ip_srcroute doesn't do what we want here, need to fix */
1271 *mp = sbcreatecontrol((caddr_t)ip_srcroute(m),

Completed in 107 milliseconds