Searched refs:M_PROTO6 (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/share/dtrace/
H A Dmbuf.d75 #pragma D binding "1.13" M_PROTO6
76 inline int M_PROTO6 = 0x00040000; /* protocol-specific */
108 flags & M_PROTO6 ? "M_PROTO6" :
/freebsd-current/sys/netinet/
H A Dtcp_lro.h198 #define M_LRO_EHDRSTRP M_PROTO6 /* Indicates that LRO has stripped the etherenet header */
/freebsd-current/sys/net/
H A Dethernet.h44 #define M_BRIDGE_INJECT M_PROTO6 /* if_bridge-injected frame */
/freebsd-current/sys/netinet6/
H A Din6.h656 #define M_LOOP M_PROTO6
/freebsd-current/sys/net80211/
H A Dieee80211_freebsd.h283 #define M_FF M_PROTO6 /* fast frame / A-MSDU */
/freebsd-current/sys/sys/
H A Dmbuf.h488 #define M_PROTO6 0x00040000 /* protocol-specific */ macro
499 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO4|M_PROTO5|M_PROTO6|M_PROTO7|M_PROTO8|\
523 "\22M_PROTO5\23M_PROTO6\24M_PROTO7\25M_PROTO8\26M_PROTO9" \

Completed in 212 milliseconds