diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2018-01-12 15:33:59 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-01-12 15:33:58 -0800 |
| commit | 8867eef77752ef6c3c22329411fd8846168db368 (patch) | |
| tree | 466e2cf10a51c837722778b7b67340bf59a2bfa1 /include/linux | |
| parent | 39b7c5b66a963726546e38d29274e62fa867c414 (diff) | |
| parent | 3ee7c157f796aac5c119669697e224eb4a0cf560 (diff) | |
Merge "netfilter: nf_defrag_ipv4: Add sysctl to disable per interface"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/inetdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/inetdevice.h b/include/linux/inetdevice.h index ee971f335a8b..7118876e9896 100644 --- a/include/linux/inetdevice.h +++ b/include/linux/inetdevice.h @@ -128,6 +128,8 @@ static inline void ipv4_devconf_setall(struct in_device *in_dev) #define IN_DEV_ARP_ANNOUNCE(in_dev) IN_DEV_MAXCONF((in_dev), ARP_ANNOUNCE) #define IN_DEV_ARP_IGNORE(in_dev) IN_DEV_MAXCONF((in_dev), ARP_IGNORE) #define IN_DEV_ARP_NOTIFY(in_dev) IN_DEV_MAXCONF((in_dev), ARP_NOTIFY) +#define IN_DEV_NF_IPV4_DEFRAG_SKIP(in_dev) \ + IN_DEV_ORCONF((in_dev), NF_IPV4_DEFRAG_SKIP) struct in_ifaddr { struct hlist_node hash; |
