Searched refs:nft_object (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 859 static inline struct nft_object **nft_set_ext_obj(const struct nft_set_ext *ext) in nft_set_ext_obj() 1380 struct nft_object { struct 1395 static inline void *nft_obj_data(const struct nft_object *obj) in nft_obj_data() argument 1400 #define nft_expr_obj(expr) *((struct nft_object **)nft_expr_priv(expr)) 1402 struct nft_object *nft_obj_lookup(const struct net *net, 1408 struct nft_object *obj, u32 portid, u32 seq, 1447 void (*eval)(struct nft_object *obj, 1453 struct nft_object *obj); 1455 struct nft_object *obj); 1457 struct nft_object *obj, [all …]
|
| /linux/net/netfilter/ |
| H A D | nft_ct.c | 876 static void nft_ct_timeout_obj_eval(struct nft_object *obj, in nft_ct_timeout_obj_eval() 910 struct nft_object *obj) in nft_ct_timeout_obj_init() 966 struct nft_object *obj) in nft_ct_timeout_obj_destroy() 978 struct nft_object *obj, bool reset) in nft_ct_timeout_obj_dump() 1028 struct nft_object *obj) in nft_ct_helper_obj_init() 1100 struct nft_object *obj) in nft_ct_helper_obj_destroy() 1112 static void nft_ct_helper_obj_eval(struct nft_object *obj, in nft_ct_helper_obj_destroy() 1157 struct nft_object *obj, bool reset) 1221 struct nft_object *obj) in nft_ct_expect_obj_init() 1266 struct nft_object *ob in nft_ct_expect_obj_init() [all...] |
| H A D | nft_tunnel.c | 421 struct nft_object *obj) in nft_tunnel_obj_init() 503 static inline void nft_tunnel_obj_eval(struct nft_object *obj, in nft_tunnel_obj_eval() 653 struct nft_object *obj, bool reset) in nft_tunnel_obj_dump() 675 struct nft_object *obj) in nft_tunnel_obj_destroy()
|
| 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() 6046 .len = sizeof(struct nft_object *), 6047 .align = __alignof__(struct nft_object *), 7252 struct nft_object *ob in nft_add_set_elem() [all...] |