Searched refs:nft_object (Results 1 – 11 of 11) sorted by relevance
| /Linux-v6.6/net/netfilter/ |
| D | nft_objref.c | 14 #define nft_objref_priv(expr) *((struct nft_object **)nft_expr_priv(expr)) 20 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_eval() 29 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_init() 55 const struct nft_object *obj = nft_objref_priv(expr); in nft_objref_dump() 72 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_deactivate() 83 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_activate() 90 .size = NFT_EXPR_SIZE(sizeof(struct nft_object *)), 113 struct nft_object *obj; in nft_objref_map_eval()
|
| D | nft_quota.c | 49 static void nft_quota_obj_eval(struct nft_object *obj, in nft_quota_obj_eval() 112 struct nft_object *obj) in nft_quota_obj_init() 119 static void nft_quota_obj_update(struct nft_object *obj, in nft_quota_obj_update() 120 struct nft_object *newobj) in nft_quota_obj_update() 167 static int nft_quota_obj_dump(struct sk_buff *skb, struct nft_object *obj, in nft_quota_obj_dump() 176 struct nft_object *obj) in nft_quota_obj_destroy()
|
| D | nft_limit.c | 314 static void nft_limit_obj_pkts_eval(struct nft_object *obj, in nft_limit_obj_pkts_eval() 326 struct nft_object *obj) in nft_limit_obj_pkts_init() 340 struct nft_object *obj, in nft_limit_obj_pkts_dump() 349 struct nft_object *obj) in nft_limit_obj_pkts_destroy() 366 static void nft_limit_obj_bytes_eval(struct nft_object *obj, in nft_limit_obj_bytes_eval() 379 struct nft_object *obj) in nft_limit_obj_bytes_init() 387 struct nft_object *obj, in nft_limit_obj_bytes_dump() 396 struct nft_object *obj) in nft_limit_obj_bytes_destroy()
|
| D | nft_synproxy.c | 305 struct nft_object *obj) in nft_synproxy_obj_init() 313 struct nft_object *obj) in nft_synproxy_obj_destroy() 319 struct nft_object *obj, bool reset) in nft_synproxy_obj_dump() 326 static void nft_synproxy_obj_eval(struct nft_object *obj, in nft_synproxy_obj_eval() 335 static void nft_synproxy_obj_update(struct nft_object *obj, in nft_synproxy_obj_update() 336 struct nft_object *newobj) in nft_synproxy_obj_update()
|
| D | nft_counter.c | 50 static inline void nft_counter_obj_eval(struct nft_object *obj, in nft_counter_obj_eval() 86 struct nft_object *obj) in nft_counter_obj_init() 99 struct nft_object *obj) in nft_counter_obj_destroy() 166 struct nft_object *obj, bool reset) in nft_counter_obj_dump()
|
| D | nft_connlimit.c | 122 static inline void nft_connlimit_obj_eval(struct nft_object *obj, in nft_connlimit_obj_eval() 133 struct nft_object *obj) in nft_connlimit_obj_init() 141 struct nft_object *obj) in nft_connlimit_obj_destroy() 149 struct nft_object *obj, bool reset) in nft_connlimit_obj_dump()
|
| D | nft_ct.c | 898 static void nft_ct_timeout_obj_eval(struct nft_object *obj, in nft_ct_timeout_obj_eval() 934 struct nft_object *obj) in nft_ct_timeout_obj_init() 989 struct nft_object *obj) in nft_ct_timeout_obj_destroy() 1000 struct nft_object *obj, bool reset) in nft_ct_timeout_obj_dump() 1050 struct nft_object *obj) in nft_ct_helper_obj_init() 1122 struct nft_object *obj) in nft_ct_helper_obj_destroy() 1134 static void nft_ct_helper_obj_eval(struct nft_object *obj, in nft_ct_helper_obj_eval() 1175 struct nft_object *obj, bool reset) in nft_ct_helper_obj_dump() 1239 struct nft_object *obj) in nft_ct_expect_obj_init() 1262 struct nft_object *obj) in nft_ct_expect_obj_destroy() [all …]
|
| D | nft_meta.c | 935 static void nft_secmark_obj_eval(struct nft_object *obj, struct nft_regs *regs, in nft_secmark_obj_eval() 946 struct nft_object *obj) in nft_secmark_obj_init() 969 static int nft_secmark_obj_dump(struct sk_buff *skb, struct nft_object *obj, in nft_secmark_obj_dump() 987 static void nft_secmark_obj_destroy(const struct nft_ctx *ctx, struct nft_object *obj) in nft_secmark_obj_destroy()
|
| D | nft_tunnel.c | 444 struct nft_object *obj) in nft_tunnel_obj_init() 525 static inline void nft_tunnel_obj_eval(struct nft_object *obj, in nft_tunnel_obj_eval() 675 struct nft_object *obj, bool reset) in nft_tunnel_obj_dump() 697 struct nft_object *obj) in nft_tunnel_obj_destroy()
|
| D | nf_tables_api.c | 64 .head_offset = offsetof(struct nft_object, rhlhead), 65 .key_offset = offsetof(struct nft_object, key), 657 struct nft_object *obj) in nft_trans_obj_add() 674 static int nft_delobj(struct nft_ctx *ctx, struct nft_object *obj) in nft_delobj() 1292 const struct nft_object *obj = data; in nft_objname_hash_obj() 1301 const struct nft_object *obj = ptr; in nft_objname_hash_cmp() 1431 struct nft_object *obj, *ne; in nft_flush_table() 5461 .len = sizeof(struct nft_object *), 5462 .align = __alignof__(struct nft_object *), 6526 struct nft_object *obj = NULL; in nft_add_set_elem() [all …]
|
| /Linux-v6.6/include/net/netfilter/ |
| D | nf_tables.h | 804 static inline struct nft_object **nft_set_ext_obj(const struct nft_set_ext *ext) in nft_set_ext_obj() 1270 struct nft_object { struct 1285 static inline void *nft_obj_data(const struct nft_object *obj) in nft_obj_data() argument 1290 #define nft_expr_obj(expr) *((struct nft_object **)nft_expr_priv(expr)) 1292 struct nft_object *nft_obj_lookup(const struct net *net, 1298 struct nft_object *obj, u32 portid, u32 seq, 1334 void (*eval)(struct nft_object *obj, 1340 struct nft_object *obj); 1342 struct nft_object *obj); 1344 struct nft_object *obj, [all …]
|