newobj           1143 include/net/netfilter/nf_tables.h 						  struct nft_object *newobj);
newobj           1434 include/net/netfilter/nf_tables.h 	struct nft_object		*newobj;
newobj           1441 include/net/netfilter/nf_tables.h 	(((struct nft_trans_obj *)trans->data)->newobj)
newobj           5188 net/netfilter/nf_tables_api.c 	struct nft_object *newobj;
newobj           5197 net/netfilter/nf_tables_api.c 	newobj = nft_obj_init(ctx, type, attr);
newobj           5198 net/netfilter/nf_tables_api.c 	if (IS_ERR(newobj)) {
newobj           5199 net/netfilter/nf_tables_api.c 		err = PTR_ERR(newobj);
newobj           5205 net/netfilter/nf_tables_api.c 	nft_trans_obj_newobj(trans) = newobj;
newobj           6538 net/netfilter/nf_tables_api.c 	struct nft_object *newobj;
newobj           6542 net/netfilter/nf_tables_api.c 	newobj = nft_trans_obj_newobj(trans);
newobj           6545 net/netfilter/nf_tables_api.c 		obj->ops->update(obj, newobj);
newobj           6547 net/netfilter/nf_tables_api.c 	kfree(newobj);
newobj            110 net/netfilter/nft_quota.c 				 struct nft_object *newobj)
newobj            112 net/netfilter/nft_quota.c 	struct nft_quota *newpriv = nft_obj_data(newobj);
newobj            332 net/netfilter/nft_synproxy.c 				    struct nft_object *newobj)
newobj            334 net/netfilter/nft_synproxy.c 	struct nft_synproxy *newpriv = nft_obj_data(newobj);