Searched refs:nft_object (Results 1 – 11 of 11) sorted by relevance
| /linux/net/netfilter/ |
| A 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() 52 const struct nft_object *obj = nft_objref_priv(expr); in nft_objref_dump() 69 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_deactivate() 80 struct nft_object *obj = nft_objref_priv(expr); in nft_objref_activate() 88 .size = NFT_EXPR_SIZE(sizeof(struct nft_object *)), 110 struct nft_object *obj; in nft_objref_map_eval()
|
| A D | nft_quota.c | 49 static void nft_quota_obj_eval(struct nft_object *obj, in nft_quota_obj_eval() 102 struct nft_object *obj) in nft_quota_obj_init() 109 static void nft_quota_obj_update(struct nft_object *obj, in nft_quota_obj_update() 110 struct nft_object *newobj) in nft_quota_obj_update() 157 static int nft_quota_obj_dump(struct sk_buff *skb, struct nft_object *obj, in nft_quota_obj_dump()
|
| A D | nft_limit.c | 239 static void nft_limit_obj_pkts_eval(struct nft_object *obj, in nft_limit_obj_pkts_eval() 251 struct nft_object *obj) in nft_limit_obj_pkts_init() 265 struct nft_object *obj, in nft_limit_obj_pkts_dump() 282 static void nft_limit_obj_bytes_eval(struct nft_object *obj, in nft_limit_obj_bytes_eval() 295 struct nft_object *obj) in nft_limit_obj_bytes_init() 303 struct nft_object *obj, in nft_limit_obj_bytes_dump()
|
| A D | nft_synproxy.c | 301 struct nft_object *obj) in nft_synproxy_obj_init() 309 struct nft_object *obj) in nft_synproxy_obj_destroy() 315 struct nft_object *obj, bool reset) in nft_synproxy_obj_dump() 322 static void nft_synproxy_obj_eval(struct nft_object *obj, in nft_synproxy_obj_eval() 331 static void nft_synproxy_obj_update(struct nft_object *obj, in nft_synproxy_obj_update() 332 struct nft_object *newobj) in nft_synproxy_obj_update()
|
| A D | nft_connlimit.c | 108 static inline void nft_connlimit_obj_eval(struct nft_object *obj, in nft_connlimit_obj_eval() 119 struct nft_object *obj) in nft_connlimit_obj_init() 127 struct nft_object *obj) in nft_connlimit_obj_destroy() 135 struct nft_object *obj, bool reset) in nft_connlimit_obj_dump()
|
| A D | nft_counter.c | 49 static inline void nft_counter_obj_eval(struct nft_object *obj, in nft_counter_obj_eval() 85 struct nft_object *obj) in nft_counter_obj_init() 98 struct nft_object *obj) in nft_counter_obj_destroy() 165 struct nft_object *obj, bool reset) in nft_counter_obj_dump()
|
| A D | nft_ct.c | 866 struct nft_object *obj) in nft_ct_timeout_obj_init() 921 struct nft_object *obj) in nft_ct_timeout_obj_destroy() 932 struct nft_object *obj, bool reset) in nft_ct_timeout_obj_dump() 982 struct nft_object *obj) in nft_ct_helper_obj_init() 1054 struct nft_object *obj) in nft_ct_helper_obj_destroy() 1066 static void nft_ct_helper_obj_eval(struct nft_object *obj, in nft_ct_helper_obj_eval() 1107 struct nft_object *obj, bool reset) in nft_ct_helper_obj_dump() 1171 struct nft_object *obj) in nft_ct_expect_obj_init() 1194 struct nft_object *obj) in nft_ct_expect_obj_destroy() 1200 struct nft_object *obj, bool reset) in nft_ct_expect_obj_dump() [all …]
|
| A D | nft_meta.c | 834 static void nft_secmark_obj_eval(struct nft_object *obj, struct nft_regs *regs, in nft_secmark_obj_eval() 845 struct nft_object *obj) in nft_secmark_obj_init() 868 static int nft_secmark_obj_dump(struct sk_buff *skb, struct nft_object *obj, in nft_secmark_obj_dump() 886 static void nft_secmark_obj_destroy(const struct nft_ctx *ctx, struct nft_object *obj) in nft_secmark_obj_destroy()
|
| A D | nft_tunnel.c | 414 struct nft_object *obj) in nft_tunnel_obj_init() 495 static inline void nft_tunnel_obj_eval(struct nft_object *obj, in nft_tunnel_obj_eval() 645 struct nft_object *obj, bool reset) in nft_tunnel_obj_dump() 667 struct nft_object *obj) in nft_tunnel_obj_destroy()
|
| A D | nf_tables_api.c | 1169 struct nft_object *obj, *ne; in nft_flush_table() 6378 struct nft_object *obj; in nft_obj_lookup() 6408 struct nft_object *obj; in nft_obj_lookup_byhandle() 6437 struct nft_object *obj; in nft_obj_init() 6536 struct nft_object *newobj; in nf_tables_updobj() 6572 struct nft_object *obj; in nf_tables_newobj() 6716 struct nft_object *obj; in nf_tables_dump_obj() 6826 struct nft_object *obj; in nf_tables_getobj() 6916 struct nft_object *obj; in nf_tables_delobj() 8163 struct nft_object *newobj; in nft_obj_commit_update() [all …]
|
| /linux/include/net/netfilter/ |
| A D | nf_tables.h | 1182 struct nft_object { struct 1204 struct nft_object *nft_obj_lookup(const struct net *net, 1210 struct nft_object *obj, u32 portid, u32 seq, 1246 void (*eval)(struct nft_object *obj, 1252 struct nft_object *obj); 1254 struct nft_object *obj); 1256 struct nft_object *obj, 1258 void (*update)(struct nft_object *obj, 1259 struct nft_object *newobj); 1544 struct nft_object *obj; [all …]
|
Completed in 41 milliseconds