ip.h (277a163c83d7ba93fba1e8980d29a9f8bfcfba6c) | ip.h (b0270e91014dabfceaf37f5b40ad51bbf21a1302) |
---|---|
1/* 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 3 * operating system. INET is implemented using the BSD Socket 4 * interface as the means of communication with the user level. 5 * 6 * Definitions for the IP module. 7 * 8 * Version: @(#)ip.h 1.0.2 05/07/93 --- 97 unchanged lines hidden (view full) --- 106int ip_mr_input(struct sk_buff *skb); 107int ip_output(struct sk_buff *skb); 108int ip_mc_output(struct sk_buff *skb); 109int ip_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *)); 110int ip_do_nat(struct sk_buff *skb); 111void ip_send_check(struct iphdr *ip); 112int __ip_local_out(struct sk_buff *skb); 113int ip_local_out(struct sk_buff *skb); | 1/* 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 3 * operating system. INET is implemented using the BSD Socket 4 * interface as the means of communication with the user level. 5 * 6 * Definitions for the IP module. 7 * 8 * Version: @(#)ip.h 1.0.2 05/07/93 --- 97 unchanged lines hidden (view full) --- 106int ip_mr_input(struct sk_buff *skb); 107int ip_output(struct sk_buff *skb); 108int ip_mc_output(struct sk_buff *skb); 109int ip_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *)); 110int ip_do_nat(struct sk_buff *skb); 111void ip_send_check(struct iphdr *ip); 112int __ip_local_out(struct sk_buff *skb); 113int ip_local_out(struct sk_buff *skb); |
114int ip_queue_xmit(struct sk_buff *skb, struct flowi *fl); | 114int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl); |
115void ip_init(void); 116int ip_append_data(struct sock *sk, struct flowi4 *fl4, 117 int getfrag(void *from, char *to, int offset, int len, 118 int odd, struct sk_buff *skb), 119 void *from, int len, int protolen, 120 struct ipcm_cookie *ipc, 121 struct rtable **rt, 122 unsigned int flags); --- 401 unchanged lines hidden --- | 115void ip_init(void); 116int ip_append_data(struct sock *sk, struct flowi4 *fl4, 117 int getfrag(void *from, char *to, int offset, int len, 118 int odd, struct sk_buff *skb), 119 void *from, int len, int protolen, 120 struct ipcm_cookie *ipc, 121 struct rtable **rt, 122 unsigned int flags); --- 401 unchanged lines hidden --- |