]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/net/ip.h
net: replace ipfragok with skb->local_df
[net-next-2.6.git] / include / net / ip.h
index 503994a38ed11a2cbaa97f2ef2e15417b08390ce..a84ceb692687c57e50b7bd5d2a989d3b17e481a0 100644 (file)
@@ -101,7 +101,7 @@ extern int          ip_do_nat(struct sk_buff *skb);
 extern void            ip_send_check(struct iphdr *ip);
 extern int             __ip_local_out(struct sk_buff *skb);
 extern int             ip_local_out(struct sk_buff *skb);
-extern int             ip_queue_xmit(struct sk_buff *skb, int ipfragok);
+extern int             ip_queue_xmit(struct sk_buff *skb);
 extern void            ip_init(void);
 extern int             ip_append_data(struct sock *sk,
                                       int getfrag(void *from, char *to, int offset, int len,