[TCP]: Introduce tcp_hdrlen() and tcp_optlen()
The ip_hdrlen() buddy, created to reduce the number of skb->h.th-> uses and to avoid the longer, open coded equivalent. Ditched a no-op in bnx2 in the process. I wonder if we should have a BUG_ON(skb->h.th->doff < 5) in tcp_optlen()... Signed-off-by:Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/atl1/atl1_main.c 3 additions, 4 deletionsdrivers/net/atl1/atl1_main.c
- drivers/net/bnx2.c 3 additions, 4 deletionsdrivers/net/bnx2.c
- drivers/net/e1000/e1000_main.c 2 additions, 2 deletionsdrivers/net/e1000/e1000_main.c
- drivers/net/ehea/ehea_main.c 1 addition, 1 deletiondrivers/net/ehea/ehea_main.c
- drivers/net/ixgb/ixgb_main.c 1 addition, 1 deletiondrivers/net/ixgb/ixgb_main.c
- drivers/net/myri10ge/myri10ge.c 1 addition, 2 deletionsdrivers/net/myri10ge/myri10ge.c
- drivers/net/netxen/netxen_nic_hw.c 1 addition, 2 deletionsdrivers/net/netxen/netxen_nic_hw.c
- drivers/net/netxen/netxen_nic_main.c 1 addition, 1 deletiondrivers/net/netxen/netxen_nic_main.c
- drivers/net/sky2.c 1 addition, 1 deletiondrivers/net/sky2.c
- drivers/net/tg3.c 2 additions, 2 deletionsdrivers/net/tg3.c
- drivers/s390/net/qeth_eddp.c 4 additions, 4 deletionsdrivers/s390/net/qeth_eddp.c
- include/linux/tcp.h 10 additions, 0 deletionsinclude/linux/tcp.h
- net/ipv4/tcp_ipv4.c 1 addition, 1 deletionnet/ipv4/tcp_ipv4.c
- net/ipv6/tcp_ipv6.c 1 addition, 1 deletionnet/ipv6/tcp_ipv6.c
Loading
Please register or sign in to comment