Searched refs:M_PROTO1 (Results 1 – 11 of 11) sorted by relevance
89 #define M_MLDV1 M_PROTO1 /* Packet is MLDv1 */
642 #define M_FASTFWD_OURS M_PROTO1 /* changed dst to local */
153 #define M_IGMPV2 M_PROTO1 /* Packet is IGMPv2 */
426 #define M_NOTIFICATION M_PROTO1 /* SCTP notification */
262 #define M_ENCAP M_PROTO1 /* 802.11 encap done */278 #define M_AMPDU M_PROTO1 /* A-MPDU subframe */
128 #define M_NOTREADY M_PROTO1 /* m_data not populated yet */
240 #define M_PROTO1 0x00001000 /* protocol-specific */ macro257 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO4|M_PROTO5|M_PROTO6|M_PROTO7|M_PROTO8|\
130 #define M_PUSH M_PROTO1 /* Do a 'push'. */
694 m->m_flags |= M_PROTO1; /* mark as incoming packet */ in ng_hci_drv_rcvdata()
981 if ((m_head->m_flags & (M_PROTO1 | M_PKTHDR)) == (M_PROTO1 | M_PKTHDR) &&
459 dir = (m->m_flags & M_PROTO1)? 1 : 0; in ng_btsocket_hci_raw_savctl()