Home
last modified time | relevance | path

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

/freebsd-head/sys/netgraph/
HDng_socket.c314 item = ng_package_msg(msg, NG_WAITOK); in ngc_send()
480 item = ng_package_data(m, NG_WAITOK); in ngd_send()
718 item = ng_package_data(NULL, NG_WAITOK); in ng_connect_data()
HDng_ksocket.c1098 int wait = ((waitflag & M_WAITOK) ? NG_WAITOK : 0) | NG_QUEUE; in ng_ksocket_incoming()
1340 int wait = ((waitflag & M_WAITOK) ? NG_WAITOK : 0) | NG_QUEUE; in ng_ksocket_listen_upcall()
HDnetgraph.h1174 #define NG_WAITOK 0x00000002 /* use M_WAITOK, etc. */ macro
HDng_base.c2993 ((flags & NG_WAITOK) ? M_WAITOK : M_NOWAIT) | M_ZERO); in ng_alloc_item()