X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fnet%2Fflow.h;h=b45a5e4fcadd83545fb48b5b9a9daec347811f71;hb=0173a3265b228da319ceb9c1ec6a5682fd1b2d92;hp=228b2477ceecde908e699c31d47efc247181bd3f;hpb=04197c83b3e05546d1003cfa3ff43f1639c0057f;p=linux-2.6-omap-h63xx.git diff --git a/include/net/flow.h b/include/net/flow.h index 228b2477cee..b45a5e4fcad 100644 --- a/include/net/flow.h +++ b/include/net/flow.h @@ -47,6 +47,8 @@ struct flowi { #define fl4_scope nl_u.ip4_u.scope __u8 proto; + __u8 flags; +#define FLOWI_FLAG_ANYSRC 0x01 union { struct { __be16 sport;