Searched refs:nft_object (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 852 static inline struct nft_object **nft_set_ext_obj(const struct nft_set_ext *ext) in nft_set_ext_obj() 1373 struct nft_object { struct 1388 static inline void *nft_obj_data(const struct nft_object *obj) in nft_obj_data() argument 1393 #define nft_expr_obj(expr) *((struct nft_object **)nft_expr_priv(expr)) 1395 struct nft_object *nft_obj_lookup(const struct net *net, 1401 struct nft_object *obj, u32 portid, u32 seq, 1440 void (*eval)(struct nft_object *obj, 1446 struct nft_object *obj); 1448 struct nft_object *obj); 1450 struct nft_object *obj, [all …]
|
| /linux/net/netfilter/ |
| H A D | nft_ct.c | 878 static void nft_ct_timeout_obj_eval(struct nft_object *obj, in nft_ct_timeout_obj_eval() 914 struct nft_object *obj) in nft_ct_timeout_obj_init() 969 struct nft_object *obj) in nft_ct_timeout_obj_destroy() 981 struct nft_object *obj, bool reset) in nft_ct_timeout_obj_dump() 1031 struct nft_object *obj) in nft_ct_helper_obj_init() 1103 struct nft_object *obj) in nft_ct_helper_obj_destroy() 1116 static void nft_ct_helper_obj_eval(struct nft_object *obj, in nft_ct_helper_obj_eval() 1161 struct nft_object *obj, bool reset) in nft_ct_helper_obj_dump() 1225 struct nft_object *obj) in nft_ct_expect_obj_init() 1270 struct nft_object *obj) in nft_ct_expect_obj_destroy() [all …]
|
| H A D | nf_tables_api.c | 68 .head_offset = offsetof(struct nft_object, rhlhead), 69 .key_offset = offsetof(struct nft_object, key), 910 struct nft_object *obj) in nft_trans_obj_add() 927 static int nft_delobj(struct nft_ctx *ctx, struct nft_object *obj) in nft_delobj() 1532 const struct nft_object *obj = data; in nft_objname_hash_obj() 1541 const struct nft_object *obj = ptr; in nft_objname_hash_cmp() 1671 struct nft_object *obj, *ne; in nft_flush_table() 6042 .len = sizeof(struct nft_object *), 6043 .align = __alignof__(struct nft_object *), 7248 struct nft_object *obj = NULL; in nft_add_set_elem() [all …]
|