Searched refs:M_PROTO9 (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/share/dtrace/
H A Dmbuf.d81 #pragma D binding "1.13" M_PROTO9
82 inline int M_PROTO9 = 0x00200000; /* protocol-specific */
111 flags & M_PROTO9 ? "M_PROTO9" :
/freebsd-current/sys/netinet6/
H A Din6.h659 #define M_FRAGMENTED M_PROTO9 /* contained fragment header */
/freebsd-current/sys/net80211/
H A Dieee80211_freebsd.h286 #define M_FRAG M_PROTO9 /* frame fragmentation */
/freebsd-current/sys/sys/
H A Dmbuf.h490 #define M_PROTO9 0x00200000 /* protocol-specific */ macro
499 M_PROTO9|M_PROTO10|M_PROTO11)
522 "\22M_PROTO5\23M_PROTO6\24M_PROTO7\25M_PROTO8\26M_PROTO9" \
/freebsd-current/sys/netinet/
H A Dip_reass.c199 #define M_IP_FRAG M_PROTO9

Completed in 86 milliseconds