Home
last modified time | relevance | path

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

/third_party/iptables/iptables/
Dnft.c264 struct obj_update { struct
282 const struct obj_update *o, in mnl_append_error() argument
359 static struct obj_update *batch_add(struct nft_handle *h, enum obj_update_type type, void *ptr) in batch_add()
361 struct obj_update *obj; in batch_add()
363 obj = calloc(1, sizeof(struct obj_update)); in batch_add()
376 static struct obj_update *
383 static struct obj_update *
390 static struct obj_update *
397 static struct obj_update *
404 static void batch_obj_del(struct nft_handle *h, struct obj_update *o);
[all …]