Searched refs:tcp_opt_len (Results 1 – 3 of 3) sorted by relevance
6615 u32 tcp_opt_len; in bnx2_start_xmit() local6620 tcp_opt_len = tcp_optlen(skb); in bnx2_start_xmit()6626 vlan_tag_flags |= ((tcp_opt_len >> 2) << 8) | in bnx2_start_xmit()6640 if (tcp_opt_len || (iph->ihl > 5)) { in bnx2_start_xmit()6642 (tcp_opt_len >> 2)) << 8; in bnx2_start_xmit()
8009 u32 tcp_opt_len, hdr_len; in __tg3_start_xmit() local8015 tcp_opt_len = tcp_optlen(skb); in __tg3_start_xmit()8067 if (tcp_opt_len || iph->ihl > 5) { in __tg3_start_xmit()8070 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in __tg3_start_xmit()8074 if (tcp_opt_len || iph->ihl > 5) { in __tg3_start_xmit()8077 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in __tg3_start_xmit()
1696 int len, nw_off, tcp_opt_len = 0; in bnxt_gro_func_5730x() local1699 tcp_opt_len = 12; in bnxt_gro_func_5730x()1704 nw_off = payload_off - BNXT_IPV4_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x()1715 nw_off = payload_off - BNXT_IPV6_HDR_SIZE - tcp_opt_len - in bnxt_gro_func_5730x()