Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnft_reject.c110 int nft_reject_icmpv6_code(u8 code) in nft_reject_icmpv6_code() function
118 EXPORT_SYMBOL_GPL(nft_reject_icmpv6_code);
Dnft_reject_inet.c51 nft_reject_icmpv6_code(priv->icmp_code), in nft_reject_inet_eval()
/Linux-v5.4/include/net/netfilter/
Dnft_reject.h28 int nft_reject_icmpv6_code(u8 code);
/Linux-v5.4/net/bridge/netfilter/
Dnft_reject_bridge.c341 nft_reject_icmpv6_code(priv->icmp_code)); in nft_reject_bridge_eval()