Searched refs:INP2_KEEPALIVE_OFFLOAD (Results 1 – 5 of 5) sorted by relevance
2200 if ((inp->inp_flags2 & INP2_KEEPALIVE_OFFLOAD) == 0) { in tcp_clear_keep_alive_offload()2218 inp->inp_flags2 &= ~INP2_KEEPALIVE_OFFLOAD; in tcp_clear_keep_alive_offload()2234 if ((inp->inp_flags2 & INP2_KEEPALIVE_OFFLOAD) != 0) { in tcp_set_keep_alive_offload()2258 inp->inp_flags2 |= INP2_KEEPALIVE_OFFLOAD; in tcp_set_keep_alive_offload()2857 optval = !!(inp->inp_flags2 & INP2_KEEPALIVE_OFFLOAD); in tcp_ctloutput()
855 #define INP2_KEEPALIVE_OFFLOAD 0x00000040 /* Enable UDP or TCP keepalive offload */ macro
1172 inp->inp_flags2 &= ~INP2_KEEPALIVE_OFFLOAD; in udp_ctloutput()1204 inp->inp_flags2 |= INP2_KEEPALIVE_OFFLOAD; in udp_ctloutput()3006 if (!(inp->inp_flags2 & INP2_KEEPALIVE_OFFLOAD)) { in udp_fill_keepalive_offload_frames()
5022 if (!(inp->inp_flags2 & INP2_KEEPALIVE_OFFLOAD)) { in tcp_fill_keepalive_offload_frames()5222 if (!(inp->inp_flags2 & INP2_KEEPALIVE_OFFLOAD)) { in tcp_notify_kao_timeout()
2517 otp->t_inpcb->inp_flags2 & INP2_KEEPALIVE_OFFLOAD; in tcp_create_server_socket()