Searched refs:INP2_CLAT46_FLOW (Results 1 – 4 of 4) sorted by relevance
548 (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()
858 #define INP2_CLAT46_FLOW 0x00000200 /* The flow is going to use CLAT46 path */ macro
1693 inp->inp_flags2 |= INP2_CLAT46_FLOW; in in_pcbladdr()2037 if (inp->inp_flags2 & INP2_CLAT46_FLOW) { in in_pcbdetach()
1960 if ((inp->inp_flags2 & INP2_CLAT46_FLOW) || in udp_output()