Searched refs:tcp_opt_len (Results 1 – 2 of 2) sorted by relevance
6604 u32 tcp_opt_len; in bnx2_start_xmit() local6609 tcp_opt_len = tcp_optlen(skb); in bnx2_start_xmit()6615 vlan_tag_flags |= ((tcp_opt_len >> 2) << 8) | in bnx2_start_xmit()6629 if (tcp_opt_len || (iph->ihl > 5)) { in bnx2_start_xmit()6631 (tcp_opt_len >> 2)) << 8; in bnx2_start_xmit()
7933 u32 tcp_opt_len, hdr_len; in tg3_start_xmit() local7939 tcp_opt_len = tcp_optlen(skb); in tg3_start_xmit()7991 if (tcp_opt_len || iph->ihl > 5) { in tg3_start_xmit()7994 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in tg3_start_xmit()7998 if (tcp_opt_len || iph->ihl > 5) { in tg3_start_xmit()8001 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in tg3_start_xmit()