Searched refs:NGQF_MESG (Results 1 – 6 of 6) sorted by relevance
2029 case NGQF_MESG: in ng_apply_item()2637 case NGQF_MESG: in ng_free_item()2858 case NGQF_MESG: in dumpitem()3011 if ((item = ng_alloc_item(NGQF_MESG, flags)) == NULL) { in ng_package_msg()3033 if ((item->el_flags & NGQF_TYPE) == NGQF_MESG) { \3145 if ((item = ng_alloc_item(NGQF_MESG, NG_NOFLAGS)) == NULL) { in ng_package_msg_self()
1869 #define NGQF_MESG 0x02 /* the queue element is a message */ macro1989 q->flags = NGQF_MESG; in ng_queue_msg()2054 case NGQF_MESG: in ngintr()
354 KASSERT((item->el_flags & NGQF_TYPE) == NGQF_MESG, in ng_btsocket_l2cap_raw_input()
604 case NGQF_MESG: { in ng_btsocket_hci_raw_input()
1696 case NGQF_MESG: { in ng_btsocket_l2cap_input()
635 #define NGQF_MESG 0x00 /* the queue element is a message */ macro