Home
last modified time | relevance | path

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

/freebsd-12-stable/share/dtrace/
Dmbuf.d75 #pragma D binding "1.6.3" M_PROTO8
76 inline int M_PROTO8 = 0x00080000; /* protocol-specific */ variable
105 flags & M_PROTO8 ? "M_PROTO8" :
/freebsd-12-stable/sys/net80211/
Dieee80211_freebsd.h285 #define M_AMPDU_MPDU M_PROTO8 /* ok for A-MPDU aggregation */
298 #define M_AMPDU_MPDU M_PROTO8 /* A-MPDU re-order done */
/freebsd-12-stable/sys/netinet6/
Din6.h663 #define M_RTALERT_MLD M_PROTO8
/freebsd-12-stable/sys/sys/
Dmbuf.h326 #define M_PROTO8 0x00080000 /* protocol-specific */ macro
338 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO4|M_PROTO5|M_PROTO6|M_PROTO7|M_PROTO8|\
/freebsd-12-stable/sys/net/
Drtsock.c138 #define RTS_FILTER_FIB M_PROTO8