patch-2.4.23 linux-2.4.23/include/net/tcp.h

Next file: linux-2.4.23/include/scsi/scsi.h
Previous file: linux-2.4.23/include/net/sock.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/net/tcp.h linux-2.4.23/include/net/tcp.h
@@ -555,7 +555,8 @@
  */
 
 struct tcp_func {
-	int			(*queue_xmit)		(struct sk_buff *skb);
+	int			(*queue_xmit)		(struct sk_buff *skb,
+							 int ipfragok);
 
 	void			(*send_check)		(struct sock *sk,
 							 struct tcphdr *th,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)