Home
last modified time | relevance | path

Searched refs:M_PROTO8 (Results 1 – 5 of 5) sorted by relevance

/freebsd/share/dtrace/
H A Dmbuf.d79 #pragma D binding "1.13" M_PROTO8
80 inline int M_PROTO8 = 0x00100000; /* protocol-specific */ variable
110 flags & M_PROTO8 ? "M_PROTO8" :
/freebsd/sys/net80211/
H A Dieee80211_freebsd.h287 #define M_AMPDU_MPDU M_PROTO8 /* ok for A-MPDU aggregation */
300 #define M_AMPDU_MPDU M_PROTO8 /* A-MPDU re-order done */
/freebsd/sys/netinet6/
H A Din6.h658 #define M_RTALERT_MLD M_PROTO8
/freebsd/sys/sys/
H A Dmbuf.h490 #define M_PROTO8 0x00100000 /* protocol-specific */ macro
499 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO4|M_PROTO5|M_PROTO6|M_PROTO7|M_PROTO8|\
/freebsd/sys/net/
H A Drtsock.c156 #define RTS_FILTER_FIB M_PROTO8