net: replace ipfragok with skb->local_df
authorShan Wei <shanwei@cn.fujitsu.com>
Thu, 15 Apr 2010 16:43:08 +0000 (16:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Apr 2010 06:36:37 +0000 (23:36 -0700)
commit4e15ed4d930297c127d280ca1d0c785be870def4
treee0808d650ae66cf273758496100d3d24739a9e48
parent0eecb784942792863b77dfe11e0c7e286e92db85
net: replace ipfragok with skb->local_df

As Herbert Xu said: we should be able to simply replace ipfragok
with skb->local_df. commit f88037(sctp: Drop ipfargok in sctp_xmit function)
has droped ipfragok and set local_df value properly.

The patch kills the ipfragok parameter of .queue_xmit().

Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 files changed:
include/net/inet6_connection_sock.h
include/net/inet_connection_sock.h
include/net/ip.h
include/net/ipv6.h
net/dccp/ipv6.c
net/dccp/output.c
net/ipv4/ip_output.c
net/ipv4/tcp_output.c
net/ipv6/inet6_connection_sock.c
net/ipv6/ip6_output.c
net/ipv6/tcp_ipv6.c
net/l2tp/l2tp_core.c
net/l2tp/l2tp_ip.c
net/sctp/ipv6.c
net/sctp/protocol.c