Searched refs:llhlen (Results 1 – 1 of 1) sorted by relevance
954 uint16_t pad, llhlen, iphlen; in convert_native_pkt_to_mbuf_chain() local959 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() local1086 llhlen = pkt->pkt_l2_len; in convert_compat_pkt_to_mbuf()1087 if (llhlen > pkt->pkt_length) { in convert_compat_pkt_to_mbuf()[all …]