Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/
Dbnx2.c6491 u32 tcp_opt_len; in bnx2_start_xmit() local
6496 tcp_opt_len = tcp_optlen(skb); in bnx2_start_xmit()
6502 vlan_tag_flags |= ((tcp_opt_len >> 2) << 8) | in bnx2_start_xmit()
6516 if (tcp_opt_len || (iph->ihl > 5)) { in bnx2_start_xmit()
6518 (tcp_opt_len >> 2)) << 8; in bnx2_start_xmit()
Dtg3.c6911 u32 tcp_opt_len, hdr_len; in tg3_start_xmit() local
6918 tcp_opt_len = tcp_optlen(skb); in tg3_start_xmit()
6954 if (tcp_opt_len || iph->ihl > 5) { in tg3_start_xmit()
6957 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in tg3_start_xmit()
6961 if (tcp_opt_len || iph->ihl > 5) { in tg3_start_xmit()
6964 tsflags = (iph->ihl - 5) + (tcp_opt_len >> 2); in tg3_start_xmit()