Home
last modified time | relevance | path

Searched refs:SO_NO_DDP (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/cddl/lib/libdtrace/
HDsocket.d66 #pragma D binding "1.13" SO_NO_DDP
67 inline int SO_NO_DDP = 0x8000; /* disable direct data placement */ variable
/freebsd-11-stable/sys/sys/
HDsocket.h138 #define SO_NO_DDP 0x8000 /* disable direct data placement */ macro
/freebsd-11-stable/sys/kern/
HDuipc_debug.c143 if (so_options & SO_NO_DDP) { in db_print_sooptions()
HDuipc_socket.c2565 case SO_NO_DDP:
2808 case SO_NO_DDP:
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
HDicl_cxgbei.c690 so->so_options |= SO_NO_DDP; in icl_cxgbei_conn_handoff()
/freebsd-11-stable/sys/dev/cxgbe/tom/
HDt4_tom.c686 (s->ddp < 0 && sc->tt.ddp && (so->so_options & SO_NO_DDP) == 0)) in select_ulp_mode()