Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netgraph/
Dnetgraph.h893 ng_address_hook(NULL, (item), (hook), NG_NOFLAGS); \
901 NG_FWD_ITEM_HOOK_FLAGS(error, item, hook, NG_NOFLAGS)
917 NG_FWD_NEW_DATA_FLAGS(error, item, hook, m, NG_NOFLAGS)
935 NG_SEND_DATA_FLAGS(error, hook, m, NG_NOFLAGS)
938 NG_SEND_DATA_FLAGS(error, hook, m, NG_NOFLAGS)
963 if ((_item = ng_package_msg(msg, NG_NOFLAGS)) == NULL) {\
979 if ((_item = ng_package_msg(msg, NG_NOFLAGS)) == NULL) {\
995 if ((_item = ng_package_msg(msg, NG_NOFLAGS)) == NULL) {\
1174 #define NG_NOFLAGS 0x00000000 /* no special options */ macro
Dng_base.c1516 NG_NOFLAGS))) { in ng_con_nodes()
3675 if ((item = ng_alloc_item(NGQF_MESG, NG_NOFLAGS)) == NULL) { in ng_package_msg_self()
3701 return ng_send_fn1(node, hook, fn, arg1, arg2, NG_NOFLAGS); in ng_send_fn()
3789 if ((item = ng_alloc_item(NGQF_FN, NG_NOFLAGS)) == NULL) in ng_callout()
Dng_ppp.c1847 item = ng_package_data(m, NG_NOFLAGS); in ng_ppp_frag_process()
1957 if ((item = ng_package_data(m, NG_NOFLAGS)) != NULL) { in ng_ppp_frag_checkstale()
2162 item = ng_package_data(m2, NG_NOFLAGS); in ng_ppp_mp_xmit()
/freebsd-12-stable/sys/netgraph/netflow/
Dnetflow.c191 item = ng_package_data(m, NG_NOFLAGS); in get_export_dgram()
1165 fle->f.r.fib), fle, NG_NOFLAGS); in ng_netflow_expire()
1204 fle->f.r.fib), fle, NG_NOFLAGS); in ng_netflow_expire()
Dnetflow_v9.c401 item = ng_package_data(m, NG_NOFLAGS); in get_export9_dgram()