Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsocket.h141 #define SO_NO_OFFLOAD 0x00004000 /* socket cannot be offloaded */ macro
/f-stack/freebsd/kern/
H A Duipc_debug.c145 if (so_options & SO_NO_OFFLOAD) { in db_print_sooptions()
H A Duipc_socket.c3047 case SO_NO_OFFLOAD:
3268 case SO_NO_OFFLOAD:
/f-stack/freebsd/sys/
H A Dsocket.h147 #define SO_NO_OFFLOAD 0x00004000 /* socket cannot be offloaded */ macro
/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c496 if ((so->so_options & SO_NO_OFFLOAD) == 0) in tcp_usr_listen()
547 if ((so->so_options & SO_NO_OFFLOAD) == 0) in tcp6_usr_listen()
618 (so->so_options & SO_NO_OFFLOAD) == 0 && in tcp_usr_connect()
710 (so->so_options & SO_NO_OFFLOAD) == 0 && in tcp6_usr_connect()
732 (so->so_options & SO_NO_OFFLOAD) == 0 && in tcp6_usr_connect()