Home
last modified time | relevance | path

Searched refs:INP_RECVFLOWID (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dip_output.c1268 OPTSET2(INP_RECVFLOWID, optval); in ip_ctloutput()
1485 optval = OPTBIT2(INP_RECVFLOWID); in ip_ctloutput()
H A Din_pcb.h572 #define INP_RECVFLOWID 0x00000100 /* populate recv datagram with flow info */ macro
H A Dip_input.c1283 if (inp->inp_flags2 & INP_RECVFLOWID) { in ip_savecontrol()
/freebsd/sys/netinet6/
H A Dip6_output.c1886 OPTSET2(INP_RECVFLOWID, optval); in ip6_ctloutput()
2249 optval = OPTBIT2(INP_RECVFLOWID); in ip6_ctloutput()
H A Dip6_input.c1515 if (inp->inp_flags2 & INP_RECVFLOWID) { in ip6_savecontrol()