Lines Matching refs:inp_flags2
1172 inp->inp_flags2 &= ~INP2_KEEPALIVE_OFFLOAD; in udp_ctloutput()
1204 inp->inp_flags2 |= INP2_KEEPALIVE_OFFLOAD; in udp_ctloutput()
1934 if (inp->inp_flags2 & INP2_DONTFRAG) { in udp_output()
1960 if ((inp->inp_flags2 & INP2_CLAT46_FLOW) || in udp_output()
2164 inp->inp_flags2 |= INP2_LAST_ROUTE_LOCAL; in udp_output()
2166 inp->inp_flags2 &= ~INP2_LAST_ROUTE_LOCAL; in udp_output()
2368 (inp->inp_flags2 & INP2_CONNECT_IN_PROGRESS) && in udp_bind()
2462 ASSERT(!(inp->inp_flags2 & INP2_CONNECT_IN_PROGRESS)); in udp_connectx_common()
2463 inp->inp_flags2 |= INP2_CONNECT_IN_PROGRESS; in udp_connectx_common()
2533 inp->inp_flags2 &= ~INP2_CONNECT_IN_PROGRESS; in udp_connectx_common()
3006 if (!(inp->inp_flags2 & INP2_KEEPALIVE_OFFLOAD)) { in udp_fill_keepalive_offload_frames()