Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_base.c3050 ng_realloc_item(item_p pitem, int type, int flags) in ng_realloc_item() argument
3059 from = ((pitem->el_flags & NGQF_TYPE) == NGQF_DATA); in ng_realloc_item()
3064 ng_free_item(pitem); in ng_realloc_item()
3067 *item = *pitem; in ng_realloc_item()
3068 ng_free_item(pitem); in ng_realloc_item()
3070 item = pitem; in ng_realloc_item()
3739 KASSERT((pitem != NULL || (flags & NG_REUSE_ITEM) == 0), in ng_send_fn2()
3746 if (pitem == NULL || (flags & NG_REUSE_ITEM) == 0) { in ng_send_fn2()
3749 if (pitem != NULL) in ng_send_fn2()
3750 item->apply = pitem->apply; in ng_send_fn2()
[all …]
H A Dnetgraph.h1155 int ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn2 *fn,
/f-stack/lib/
H A Dff_ng_base.c3074 ng_realloc_item(item_p pitem, int type, int flags) in ng_realloc_item() argument
3083 from = ((pitem->el_flags & NGQF_TYPE) == NGQF_DATA); in ng_realloc_item()
3088 ng_free_item(pitem); in ng_realloc_item()
3091 *item = *pitem; in ng_realloc_item()
3092 ng_free_item(pitem); in ng_realloc_item()
3094 item = pitem; in ng_realloc_item()
3769 KASSERT((pitem != NULL || (flags & NG_REUSE_ITEM) == 0), in ng_send_fn2()
3776 if (pitem == NULL || (flags & NG_REUSE_ITEM) == 0) { in ng_send_fn2()
3779 if (pitem != NULL) in ng_send_fn2()
3780 item->apply = pitem->apply; in ng_send_fn2()
[all …]
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h1159 int ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn2 *fn,