Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmbuf.h461 #define M_TSTMP_HPREC 0x00000800 /* rcv_tstmp is high-prec, typically macro
492 M_TSTMP_HPREC|M_TSTMP_LRO|M_PROTOFLAGS)
/f-stack/freebsd/netinet/
H A Dip_input.c1224 if ((m->m_flags & M_TSTMP_HPREC) != 0) in ip_savecontrol()
/f-stack/freebsd/netinet6/
H A Dip6_input.c1273 if ((m->m_flags & M_TSTMP_HPREC) != 0) in ip6_savecontrol_v4()