patch-2.2.7 linux/include/net/sock.h
Next file: linux/include/net/tcp.h
Previous file: linux/include/net/route.h
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Tue Apr 27 09:57:28 1999
- Orig file:
v2.2.6/linux/include/net/sock.h
- Orig date:
Fri Apr 16 14:47:31 1999
diff -u --recursive --new-file v2.2.6/linux/include/net/sock.h linux/include/net/sock.h
@@ -146,12 +146,11 @@
struct in6_addr daddr;
struct in6_addr *daddr_cache;
- __u32 flow_lbl;
+ __u32 flow_label;
__u32 frag_size;
int hop_limit;
int mcast_hops;
int mcast_oif;
- __u8 priority;
/* pktoption flags */
union {
@@ -162,7 +161,7 @@
hopopts:1,
dstopts:1,
authhdr:1,
- unused:1;
+ rxflow:1;
} bits;
__u8 all;
} rxopt;
@@ -170,9 +169,11 @@
/* sockopt flags */
__u8 mc_loop:1,
recverr:1,
+ sndflow:1,
pmtudisc:2;
struct ipv6_mc_socklist *ipv6_mc_list;
+ struct ipv6_fl_socklist *ipv6_fl_list;
__u32 dst_cookie;
struct ipv6_txoptions *opt;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)