ip.h (351782067b6be81879b0af0daf7bd3acbb32d986) ip.h (678ca42d688534adfc780b150abefaaac7c86687)
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

--- 58 unchanged lines hidden (view full) ---

67 return ip_hdr(skb)->ihl * 4;
68}
69
70struct ipcm_cookie {
71 struct sockcm_cookie sockc;
72 __be32 addr;
73 int oif;
74 struct ip_options_rcu *opt;
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

--- 58 unchanged lines hidden (view full) ---

67 return ip_hdr(skb)->ihl * 4;
68}
69
70struct ipcm_cookie {
71 struct sockcm_cookie sockc;
72 __be32 addr;
73 int oif;
74 struct ip_options_rcu *opt;
75 __u8 tx_flags;
76 __u8 ttl;
77 __s16 tos;
78 char priority;
79 __u16 gso_size;
80};
81
82static inline void ipcm_init(struct ipcm_cookie *ipcm)
83{

--- 611 unchanged lines hidden ---
75 __u8 ttl;
76 __s16 tos;
77 char priority;
78 __u16 gso_size;
79};
80
81static inline void ipcm_init(struct ipcm_cookie *ipcm)
82{

--- 611 unchanged lines hidden ---