Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/
Dbnx2.c6636 u32 tcp_opt_len; in bnx2_start_xmit() local
6641 tcp_opt_len = tcp_optlen(skb); in bnx2_start_xmit()
6647 vlan_tag_flags |= ((tcp_opt_len >> 2) << 8) | in bnx2_start_xmit()
6661 if (tcp_opt_len || (iph->ihl > 5)) { in bnx2_start_xmit()
6663 (tcp_opt_len >> 2)) << 8; in bnx2_start_xmit()
Dtg3.c7958 u32 tcp_opt_len, hdr_len; in tg3_start_xmit() local
7964 tcp_opt_len = tcp_optlen(skb); in tg3_start_xmit()
8016 if (tcp_opt_len || iph->ihl > 5) { in tg3_start_xmit()
8019 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in tg3_start_xmit()
8023 if (tcp_opt_len || iph->ihl > 5) { in tg3_start_xmit()
8026 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in tg3_start_xmit()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c1422 int len, nw_off, tcp_opt_len = 0; in bnxt_gro_func_5730x() local
1425 tcp_opt_len = 12; in bnxt_gro_func_5730x()
1430 nw_off = payload_off - BNXT_IPV4_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x()
1441 nw_off = payload_off - BNXT_IPV6_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x()