linux/net/dccp
Shan Wei 4e15ed4d93 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>
2010-04-15 23:36:37 -07:00
..
ccids
ackvec.c
ackvec.h
ccid.c
ccid.h
dccp.h
diag.c
feat.c
feat.h
input.c
ipv4.c
ipv6.c net: replace ipfragok with skb->local_df 2010-04-15 23:36:37 -07:00
ipv6.h
Kconfig
Makefile
minisocks.c
options.c
output.c net: replace ipfragok with skb->local_df 2010-04-15 23:36:37 -07:00
probe.c
proto.c
sysctl.c
timer.c