Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_socket.c311 item = ng_package_msg(msg, NG_WAITOK); in ngc_send()
471 item = ng_package_data(m, NG_WAITOK); in ngd_send()
713 item = ng_package_data(NULL, NG_WAITOK); in ng_connect_data()
H A Dng_ksocket.c1003 int wait = ((waitflag & M_WAITOK) ? NG_WAITOK : 0) | NG_QUEUE; in ng_ksocket_incoming()
H A Dnetgraph.h1165 #define NG_WAITOK 0x00000002 /* use M_WAITOK, etc. */ macro
H A Dng_base.c2986 ((flags & NG_WAITOK) ? M_WAITOK : M_NOWAIT) | M_ZERO); in ng_alloc_item()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h1169 #define NG_WAITOK 0x00000002 /* use M_WAITOK, etc. */ macro
/f-stack/lib/
H A Dff_ng_base.c3010 ((flags & NG_WAITOK) ? M_WAITOK : M_NOWAIT) | M_ZERO); in ng_alloc_item()