Searched refs:M_PROTO1 (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/share/dtrace/
H A Dmbuf.d65 #pragma D binding "1.13" M_PROTO1
66 inline int M_PROTO1 = 0x00002000; /* protocol-specific */
103 flags & M_PROTO1 ? "M_PROTO1" :
/freebsd-current/sys/netinet6/
H A Dmld6_var.h89 #define M_MLDV1 M_PROTO1 /* Packet is MLDv1 */
H A Din6.h650 #define M_FASTFWD_OURS M_PROTO1 /* changed dst to local */
/freebsd-current/sys/netinet/
H A Digmp_var.h152 #define M_IGMPV2 M_PROTO1 /* Packet is IGMPv2 */
H A Dsctp_os_bsd.h405 #define M_NOTIFICATION M_PROTO1 /* SCTP notification */
/freebsd-current/sys/sys/
H A Dsockbuf.h198 #define M_NOTREADY M_PROTO1 /* m_data not populated yet */
H A Dmbuf.h483 #define M_PROTO1 0x00002000 /* protocol-specific */ macro
499 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO4|M_PROTO5|M_PROTO6|M_PROTO7|M_PROTO8|\
522 "\16M_PROTO1\17M_PROTO2\20M_PROTO3\21M_PROTO4" \
/freebsd-current/sys/net80211/
H A Dieee80211_freebsd.h279 #define M_ENCAP M_PROTO1 /* 802.11 encap done */
295 #define M_AMPDU M_PROTO1 /* A-MPDU subframe */
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h132 #define M_PUSH M_PROTO1 /* Do a 'push'. */
/freebsd-current/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c714 m->m_flags |= M_PROTO1; /* mark as incoming packet */
/freebsd-current/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c461 dir = (m->m_flags & M_PROTO1)? 1 : 0;

Completed in 127 milliseconds