Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c958 uint16_t pad, llhlen, iphlen; in convert_native_pkt_to_mbuf_chain() local
963 llhlen = pkt->pkt_l2_len; in convert_native_pkt_to_mbuf_chain()
965 if (__improbable(len > max_pkt_len || llhlen > len)) { in convert_native_pkt_to_mbuf_chain()
973 pad = (uint16_t)P2ROUNDUP(llhlen, sizeof(uint32_t)) - llhlen; in convert_native_pkt_to_mbuf_chain()
1025 llhlen + iphlen); in convert_native_pkt_to_mbuf_chain()
1033 (void) pkt_add_trailers_mbuf(m, llhlen + iphlen); in convert_native_pkt_to_mbuf_chain()
1036 m_adj(m, llhlen); in convert_native_pkt_to_mbuf_chain()
1085 uint16_t llhlen; in convert_compat_pkt_to_mbuf() local
1090 llhlen = pkt->pkt_l2_len; in convert_compat_pkt_to_mbuf()
1091 if (llhlen > pkt->pkt_length) { in convert_compat_pkt_to_mbuf()
[all …]