Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Dgro_tcp4.h212 uint16_t l2_offset) in merge_two_tcp4_packets() argument
226 hdr_len = l2_offset + pkt_head->l2_len + pkt_head->l3_len + in merge_two_tcp4_packets()
228 l2_len = l2_offset > 0 ? pkt_head->outer_l2_len : pkt_head->l2_len; in merge_two_tcp4_packets()
269 uint16_t l2_offset, in check_seq_option() argument
278 l2_offset + pkt_orig->l2_len); in check_seq_option()
294 len = pkt_orig->pkt_len - l2_offset - pkt_orig->l2_len - in check_seq_option()
H A Dgro_udp4.h200 uint16_t l2_offset) in merge_two_udp4_packets() argument
215 hdr_len = l2_offset + pkt_head->l2_len + pkt_head->l3_len; in merge_two_udp4_packets()
216 l2_len = l2_offset > 0 ? pkt_head->outer_l2_len : pkt_head->l2_len; in merge_two_udp4_packets()
253 uint16_t l2_offset) in udp4_check_neighbor() argument
259 len = pkt_orig->pkt_len - l2_offset - pkt_orig->l2_len - in udp4_check_neighbor()
H A Dgro_vxlan_tcp4.c222 uint16_t l2_offset; in check_vxlan_seq_option() local
228 l2_offset = pkt->outer_l2_len + pkt->outer_l3_len; in check_vxlan_seq_option()
230 tcp_hl, tcp_dl, l2_offset, is_atomic); in check_vxlan_seq_option()
H A Dgro_vxlan_udp4.c212 uint16_t l2_offset; in udp4_check_vxlan_neighbor() local
223 l2_offset = pkt->outer_l2_len + pkt->outer_l3_len; in udp4_check_vxlan_neighbor()
225 l2_offset); in udp4_check_vxlan_neighbor()