patch-2.2.7 linux/include/net/flow.h
Next file: linux/include/net/ipv6.h
Previous file: linux/include/net/dst.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Thu Apr 22 19:45:19 1999
- Orig file:
v2.2.6/linux/include/net/flow.h
- Orig date:
Sat Sep 5 16:46:41 1998
diff -u --recursive --new-file v2.2.6/linux/include/net/flow.h linux/include/net/flow.h
@@ -19,10 +19,12 @@
struct {
struct in6_addr * daddr;
struct in6_addr * saddr;
+ __u32 flowlabel;
} ip6_u;
} nl_u;
#define fl6_dst nl_u.ip6_u.daddr
#define fl6_src nl_u.ip6_u.saddr
+#define fl6_flowlabel nl_u.ip6_u.flowlabel
#define fl4_dst nl_u.ip4_u.daddr
#define fl4_src nl_u.ip4_u.saddr
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)