Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnft_reject.c88 static u8 icmp_code_v4[NFT_REJECT_ICMPX_MAX + 1] = {
97 BUG_ON(code > NFT_REJECT_ICMPX_MAX); in nft_reject_icmp_code()
105 static u8 icmp_code_v6[NFT_REJECT_ICMPX_MAX + 1] = {
114 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-v4.19/net/bridge/netfilter/
Dnft_reject_bridge.c382 icmp_code > NFT_REJECT_ICMPX_MAX) in nft_reject_bridge_init()
/Linux-v4.19/include/uapi/linux/netfilter/
Dnf_tables.h1207 #define NFT_REJECT_ICMPX_MAX (__NFT_REJECT_ICMPX_MAX - 1) macro