Home
last modified time | relevance | path

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

/freebsd/share/dtrace/
H A Dmbuf.d60 #pragma D binding "1.13" M_TSTMP_HPREC
61 inline int M_TSTMP_HPREC = 0x00000800; /* rcv_tstmp is high-prec */ variable
101 flags & M_TSTMP_HPREC ? "M_TSTMP_HPREC" :
/freebsd/sys/sys/
H A Dmbuf.h478 #define M_TSTMP_HPREC 0x00000800 /* rcv_tstmp is high-prec, typically macro
507 M_TSTMP_HPREC|M_TSTMP_LRO|M_PROTOFLAGS)
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c450 mb->m_flags |= M_TSTMP_HPREC; in mlx5e_build_rx_mbuf()
/freebsd/sys/netinet/
H A Dip_input.c1205 if ((m->m_flags & M_TSTMP_HPREC) != 0) in ip_savecontrol()
/freebsd/sys/netinet6/
H A Dip6_input.c1283 if ((m->m_flags & M_TSTMP_HPREC) != 0) in ip6_savecontrol_v4()