Home
last modified time | relevance | path

Searched refs:NGQF_TYPE (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_base.c2248 if ((item->el_flags & NGQF_TYPE) == NGQF_DATA) { in ng_snd_item()
2381 switch (item->el_flags & NGQF_TYPE) { in ng_apply_item()
2473 if ((item->el_flags & NGQF_TYPE) == NGQF_FN) { in ng_apply_item()
2982 KASSERT(((type & ~NGQF_TYPE) == 0), in ng_alloc_item()
3014 switch (item->el_flags & NGQF_TYPE) { in ng_free_item()
3041 uma_zfree(((item->el_flags & NGQF_TYPE) == NGQF_DATA) ? in ng_free_item()
3056 KASSERT(((type & ~NGQF_TYPE) == 0), in ng_realloc_item()
3059 from = ((pitem->el_flags & NGQF_TYPE) == NGQF_DATA); in ng_realloc_item()
3071 item->el_flags = (item->el_flags & ~NGQF_TYPE) | type; in ng_realloc_item()
3293 switch(item->el_flags & NGQF_TYPE) { in dumpitem()
[all …]
H A Dnetgraph.h661 #define NGQF_TYPE 0x03 /* MASK of content definition */ macro
/f-stack/lib/
H A Dff_ng_base.c2258 if ((item->el_flags & NGQF_TYPE) == NGQF_DATA) { in ng_snd_item()
2399 switch (item->el_flags & NGQF_TYPE) { in ng_apply_item()
2491 if ((item->el_flags & NGQF_TYPE) == NGQF_FN) { in ng_apply_item()
3006 KASSERT(((type & ~NGQF_TYPE) == 0), in ng_alloc_item()
3038 switch (item->el_flags & NGQF_TYPE) { in ng_free_item()
3065 uma_zfree(((item->el_flags & NGQF_TYPE) == NGQF_DATA) ? in ng_free_item()
3080 KASSERT(((type & ~NGQF_TYPE) == 0), in ng_realloc_item()
3083 from = ((pitem->el_flags & NGQF_TYPE) == NGQF_DATA); in ng_realloc_item()
3095 item->el_flags = (item->el_flags & ~NGQF_TYPE) | type; in ng_realloc_item()
3321 switch(item->el_flags & NGQF_TYPE) { in dumpitem()
[all …]
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c363 KASSERT((item->el_flags & NGQF_TYPE) == NGQF_MESG, in ng_btsocket_l2cap_raw_input()
364 ("%s: invalid item type=%ld\n", __func__, (item->el_flags & NGQF_TYPE))); in ng_btsocket_l2cap_raw_input()
H A Dng_btsocket_hci_raw.c603 switch(item->el_flags & NGQF_TYPE) { in ng_btsocket_hci_raw_input()
620 ("%s: invalid item type=%ld\n", __func__, (item->el_flags & NGQF_TYPE))); in ng_btsocket_hci_raw_input()
H A Dng_btsocket_sco.c994 switch(item->el_flags & NGQF_TYPE) { in ng_btsocket_sco_input()
1023 ("%s: invalid item type=%ld\n", __func__, (item->el_flags & NGQF_TYPE))); in ng_btsocket_sco_input()
H A Dng_btsocket_l2cap.c1775 switch(item->el_flags & NGQF_TYPE) { in ng_btsocket_l2cap_input()
1811 ("%s: invalid item type=%ld\n", __func__, (item->el_flags & NGQF_TYPE))); in ng_btsocket_l2cap_input()
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h663 #define NGQF_TYPE 0x03 /* MASK of content definition */ macro