Home
last modified time | relevance | path

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

/freebsd/share/dtrace/
H A Dmbuf.d83 #pragma D binding "1.13" M_PROTO10
84 inline int M_PROTO10 = 0x00400000; /* protocol-specific */ variable
112 flags & M_PROTO10 ? "M_PROTO10" :
/freebsd/sys/sys/
H A Dmbuf.h492 #define M_PROTO10 0x00400000 /* protocol-specific */ macro
500 M_PROTO9|M_PROTO10|M_PROTO11)
/freebsd/sys/net80211/
H A Dieee80211_freebsd.h289 #define M_FIRSTFRAG M_PROTO10 /* first frame fragment */