Home
last modified time | relevance | path

Searched refs:M_PROTO11 (Results 1 – 3 of 3) sorted by relevance

/freebsd/share/dtrace/
H A Dmbuf.d85 #pragma D binding "1.13" M_PROTO11
86 inline int M_PROTO11 = 0x00800000; /* protocol-specific */ variable
113 flags & M_PROTO11 ? "M_PROTO11" :
/freebsd/sys/sys/
H A Dmbuf.h493 #define M_PROTO11 0x00800000 /* protocol-specific */ macro
500 M_PROTO9|M_PROTO10|M_PROTO11)
/freebsd/sys/net80211/
H A Dieee80211_freebsd.h288 #define M_LASTFRAG M_PROTO11 /* last frame fragment */