Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnft_quota.c120 struct nft_object *newobj) in nft_quota_obj_update() argument
122 struct nft_quota *newpriv = nft_obj_data(newobj); in nft_quota_obj_update()
H A Dnft_synproxy.c338 struct nft_object *newobj) in nft_synproxy_obj_update() argument
340 struct nft_synproxy *newpriv = nft_obj_data(newobj); in nft_synproxy_obj_update()
H A Dnf_tables_api.c8110 struct nft_object *newobj; in nf_tables_updobj() local
8120 newobj = nft_obj_init(ctx, type, attr); in nf_tables_updobj()
8121 if (IS_ERR(newobj)) { in nf_tables_updobj()
8122 err = PTR_ERR(newobj); in nf_tables_updobj()
8128 nft_trans_obj_newobj(trans) = newobj; in nf_tables_updobj()
9937 struct nft_object *newobj; in nft_obj_commit_update() local
9941 newobj = nft_trans_obj_newobj(trans); in nft_obj_commit_update()
9946 obj->ops->update(obj, newobj); in nft_obj_commit_update()
9947 nft_obj_destroy(ctx, newobj); in nft_obj_commit_update()
/linux-6.15/include/net/netfilter/
H A Dnf_tables.h1438 struct nft_object *newobj);
1796 struct nft_object *newobj; member
1805 nft_trans_container_obj(trans)->newobj
/linux-6.15/Documentation/netlink/specs/
H A Dnftables.yaml1435 name: newobj