Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_usrreq.c405 if ((so->so_options & SO_NO_OFFLOAD) == 0) in tcp_usr_listen()
455 if ((so->so_options & SO_NO_OFFLOAD) == 0) in tcp6_usr_listen()
519 (so->so_options & SO_NO_OFFLOAD) == 0 && in tcp_usr_connect()
590 (so->so_options & SO_NO_OFFLOAD) == 0 && in tcp6_usr_connect()
607 (so->so_options & SO_NO_OFFLOAD) == 0 && in tcp6_usr_connect()
/NextBSD/sys/sys/
HDsocket.h137 #define SO_NO_OFFLOAD 0x4000 /* socket cannot be offloaded */ macro
/NextBSD/sys/kern/
HDuipc_debug.c139 if (so_options & SO_NO_OFFLOAD) { in db_print_sooptions()
HDuipc_socket.c2532 case SO_NO_OFFLOAD: