diff options
Diffstat (limited to 'include/net/ipv6.h')
| -rw-r--r-- | include/net/ipv6.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index ab47582f6c0..cc344ca9d0a 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -111,6 +111,9 @@ struct frag_hdr {  #define	IP6_MF	0x0001 +#define IP6_REPLY_MARK(net, mark) \ +	((net)->ipv6.sysctl.fwmark_reflect ? (mark) : 0) +  #include <net/sock.h>  /* sysctls */  |