Home
last modified time | relevance | path

Searched defs:nft_set_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/net/netfilter/
Dnf_tables.h239 struct nft_set_ops { struct
240 bool (*lookup)(const struct nft_set *set,
243 bool (*update)(struct nft_set *set,
252 int (*insert)(const struct nft_set *set,
254 void (*activate)(const struct nft_set *set,
279 int nft_register_set(struct nft_set_ops *ops); argument