Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Dgro_tcp4.h275 uint16_t len, tcp_hl_orig; in check_seq_option() local
280 tcp_hl_orig = pkt_orig->l4_len; in check_seq_option()
283 len = RTE_MAX(tcp_hl, tcp_hl_orig) - sizeof(struct rte_tcp_hdr); in check_seq_option()
284 if ((tcp_hl != tcp_hl_orig) || ((len > 0) && in check_seq_option()
295 pkt_orig->l3_len - tcp_hl_orig; in check_seq_option()