Home
last modified time | relevance | path

Searched defs:SO_NO_OFFLOAD (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dsocket.d63 inline int SO_NO_OFFLOAD = 0x4000; /* socket cannot be offloaded */ variable
/freebsd/sys/sys/
H A Dsocket.h146 #define SO_NO_OFFLOAD 0x00004000 /* socket cannot be offloaded */ macro