Searched refs:NG_NOFLAGS (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | netgraph.h | 892 ng_address_hook(NULL, (item), (hook), NG_NOFLAGS); \ 900 NG_FWD_ITEM_HOOK_FLAGS(error, item, hook, NG_NOFLAGS) 916 NG_FWD_NEW_DATA_FLAGS(error, item, hook, m, NG_NOFLAGS) 934 NG_SEND_DATA_FLAGS(error, hook, m, NG_NOFLAGS) 937 NG_SEND_DATA_FLAGS(error, hook, m, NG_NOFLAGS) 962 if ((_item = ng_package_msg(msg, NG_NOFLAGS)) == NULL) {\ 978 if ((_item = ng_package_msg(msg, NG_NOFLAGS)) == NULL) {\ 994 if ((_item = ng_package_msg(msg, NG_NOFLAGS)) == NULL) {\ 1172 #define NG_NOFLAGS 0x00000000 /* no special options */ macro
|
H A D | ng_base.c | 1517 NG_NOFLAGS))) { in ng_con_nodes() 3694 if ((item = ng_alloc_item(NGQF_MESG, NG_NOFLAGS)) == NULL) { in ng_package_msg_self() 3720 return ng_send_fn1(node, hook, fn, arg1, arg2, NG_NOFLAGS); in ng_send_fn() 3811 if ((item = ng_alloc_item(NGQF_FN, NG_NOFLAGS)) == NULL) in ng_callout()
|
H A D | ng_ppp.c | 1845 item = ng_package_data(m, NG_NOFLAGS); in ng_ppp_frag_process() 1952 if ((item = ng_package_data(m, NG_NOFLAGS)) != NULL) { in ng_ppp_frag_checkstale() 2157 item = ng_package_data(m2, NG_NOFLAGS); in ng_ppp_mp_xmit()
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 188 item = ng_package_data(m, NG_NOFLAGS); in get_export_dgram() 1128 fle->f.r.fib), fle, NG_NOFLAGS); in ng_netflow_expire() 1167 fle->f.r.fib), fle, NG_NOFLAGS); in ng_netflow_expire()
|
H A D | netflow_v9.c | 395 item = ng_package_data(m, NG_NOFLAGS); in get_export9_dgram()
|