Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/netfilter/
Dnf_tables.h637 static inline struct nft_object **nft_set_ext_obj(const struct nft_set_ext *ext) in nft_set_ext_obj()
1072 struct nft_object { struct
1085 static inline void *nft_obj_data(const struct nft_object *obj) in nft_obj_data() argument
1090 #define nft_expr_obj(expr) *((struct nft_object **)nft_expr_priv(expr))
1092 struct nft_object *nft_obj_lookup(const struct nft_table *table,
1097 struct nft_object *obj, u32 portid, u32 seq,
1132 void (*eval)(struct nft_object *obj,
1138 struct nft_object *obj);
1140 struct nft_object *obj);
1142 struct nft_object *obj,
[all …]