Home
last modified time | relevance | path

Searched refs:NFT_REJECT_ICMPX_MAX (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnft_reject.c77 static u8 icmp_code_v4[NFT_REJECT_ICMPX_MAX + 1] = {
86 BUG_ON(code > NFT_REJECT_ICMPX_MAX); in nft_reject_icmp_code()
94 static u8 icmp_code_v6[NFT_REJECT_ICMPX_MAX + 1] = {
103 BUG_ON(code > NFT_REJECT_ICMPX_MAX); in nft_reject_icmpv6_code()
Dnft_reject_inet.c83 icmp_code > NFT_REJECT_ICMPX_MAX) in nft_reject_inet_init()
/linux-4.4.14/include/uapi/linux/netfilter/
Dnf_tables.h868 #define NFT_REJECT_ICMPX_MAX (__NFT_REJECT_ICMPX_MAX - 1) macro
/linux-4.4.14/net/bridge/netfilter/
Dnft_reject_bridge.c346 icmp_code > NFT_REJECT_ICMPX_MAX) in nft_reject_bridge_init()