Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/netfilter/
Dnf_tables.h589 static inline bool __nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in __nft_set_ext_exists() function
596 return ext && __nft_set_ext_exists(ext, id); in nft_set_ext_exists()