Home
last modified time | relevance | path

Searched refs:M_PROTO2 (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/share/dtrace/
HDmbuf.d67 #pragma D binding "1.13" M_PROTO2
68 inline int M_PROTO2 = 0x00004000; /* protocol-specific */ variable
104 flags & M_PROTO2 ? "M_PROTO2" :
/freebsd-14-stable/sys/netinet/
HDigmp_var.h155 #define M_IGMPV3_HDR M_PROTO2 /* Packet has IGMPv3 headers */
/freebsd-14-stable/sys/netinet6/
HDin6.h653 #define M_IP6_NEXTHOP M_PROTO2 /* explicit ip nexthop */
654 #define M_IP_NEXTHOP M_PROTO2 /* explicit ip nexthop */
/freebsd-14-stable/sys/sys/
HDsockbuf.h197 #define M_BLOCKED M_PROTO2 /* M_NOTREADY in front of m */
HDmbuf.h486 #define M_PROTO2 0x00004000 /* protocol-specific */ macro
501 (M_PROTO1|M_PROTO2|M_PROTO3|M_PROTO4|M_PROTO5|M_PROTO6|M_PROTO7|M_PROTO8|\
/freebsd-14-stable/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp.h133 #define M_URG M_PROTO2 /* Mark as urgent (oob). */
/freebsd-14-stable/sys/net80211/
HDieee80211_freebsd.h298 #define M_WEP M_PROTO2 /* WEP done by hardware */
/freebsd-14-stable/sys/netgraph/bluetooth/l2cap/
HDng_l2cap_ulpi.c133 cmd->aux->m_flags |= M_PROTO2; in ng_l2cap_l2ca_con_req()
137 cmd->aux->m_flags |= M_PROTO2; in ng_l2cap_l2ca_con_req()
HDng_l2cap_llpi.c829 if(m->m_flags &M_PROTO2){ in ng_l2cap_lp_deliver()