Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnft_reject.c95 int nft_reject_icmp_code(u8 code) in nft_reject_icmp_code() function
102 EXPORT_SYMBOL_GPL(nft_reject_icmp_code);
Dnft_reject_inet.c38 nft_reject_icmp_code(priv->icmp_code), in nft_reject_inet_eval()
/Linux-v4.19/include/net/netfilter/
Dnft_reject.h22 int nft_reject_icmp_code(u8 code);
/Linux-v4.19/net/bridge/netfilter/
Dnft_reject_bridge.c322 nft_reject_icmp_code(priv->icmp_code)); in nft_reject_bridge_eval()