Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c954 uint16_t pad, llhlen, iphlen; in convert_native_pkt_to_mbuf_chain() local
959 llhlen = pkt->pkt_l2_len; in convert_native_pkt_to_mbuf_chain()
961 if (__improbable(len > max_pkt_len || llhlen > len)) { in convert_native_pkt_to_mbuf_chain()
969 pad = (uint16_t)P2ROUNDUP(llhlen, sizeof(uint32_t)) - llhlen; in convert_native_pkt_to_mbuf_chain()
1021 llhlen + iphlen); in convert_native_pkt_to_mbuf_chain()
1029 (void) pkt_add_trailers_mbuf(m, llhlen + iphlen); in convert_native_pkt_to_mbuf_chain()
1032 m_adj(m, llhlen); in convert_native_pkt_to_mbuf_chain()
1081 uint16_t llhlen; in convert_compat_pkt_to_mbuf() local
1086 llhlen = pkt->pkt_l2_len; in convert_compat_pkt_to_mbuf()
1087 if (llhlen > pkt->pkt_length) { in convert_compat_pkt_to_mbuf()
[all …]