Home
last modified time | relevance | path

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

/linux/net/netfilter/
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()
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()
A Dnf_tables_api.c7789 struct nft_object *newobj; in nf_tables_updobj() local
7801 newobj = nft_obj_init(ctx, type, attr); in nf_tables_updobj()
7802 if (IS_ERR(newobj)) { in nf_tables_updobj()
7803 err = PTR_ERR(newobj); in nf_tables_updobj()
7809 nft_trans_obj_newobj(trans) = newobj; in nf_tables_updobj()
9614 struct nft_object *newobj; in nft_obj_commit_update() local
9618 newobj = nft_trans_obj_newobj(trans); in nft_obj_commit_update()
9623 obj->ops->update(obj, newobj); in nft_obj_commit_update()
9624 nft_obj_destroy(ctx, newobj); in nft_obj_commit_update()
/linux/include/net/netfilter/
A Dnf_tables.h1433 struct nft_object *newobj);
1789 struct nft_object *newobj; member
1798 nft_trans_container_obj(trans)->newobj
/linux/Documentation/netlink/specs/
A Dnftables.yaml1435 name: newobj

Completed in 39 milliseconds