Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dsocket.d62 #pragma D binding "1.13" SO_NO_OFFLOAD
63 inline int SO_NO_OFFLOAD = 0x4000; /* socket cannot be offloaded */ variable
/freebsd/sys/kern/
H A Duipc_debug.c143 if (so_options & SO_NO_OFFLOAD) { in db_print_sooptions()
H A Duipc_socket.c3820 case SO_NO_OFFLOAD:
4088 case SO_NO_OFFLOAD:
/freebsd/sys/sys/
H A Dsocket.h145 #define SO_NO_OFFLOAD 0x00004000 /* socket cannot be offloaded */ macro
/freebsd/sys/netinet/
H A Dtcp_usrreq.c386 if ((so->so_options & SO_NO_OFFLOAD) == 0) in tcp_usr_listen()
443 if ((so->so_options & SO_NO_OFFLOAD) == 0) in tcp6_usr_listen()
522 (so->so_options & SO_NO_OFFLOAD) == 0 && in tcp_usr_connect()
621 (so->so_options & SO_NO_OFFLOAD) == 0 && in tcp6_usr_connect()
644 (so->so_options & SO_NO_OFFLOAD) == 0 && in tcp6_usr_connect()