Home
last modified time | relevance | path

Searched refs:INP2_CLAT46_FLOW (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_pcblist.c548 (inp->inp_flags2 & INP2_CLAT46_FLOW) != 0) { in inpcb_get_if_ports_used()
559 (inp->inp_flags2 & INP2_CLAT46_FLOW) == 0) { in inpcb_get_if_ports_used()
H A Din_pcb.h858 #define INP2_CLAT46_FLOW 0x00000200 /* The flow is going to use CLAT46 path */ macro
H A Din_pcb.c1693 inp->inp_flags2 |= INP2_CLAT46_FLOW; in in_pcbladdr()
2037 if (inp->inp_flags2 & INP2_CLAT46_FLOW) { in in_pcbdetach()
H A Dudp_usrreq.c1960 if ((inp->inp_flags2 & INP2_CLAT46_FLOW) || in udp_output()