Searched defs:nft_family_ops (Results 1 – 1 of 1) sorted by relevance
/external/iptables/iptables/ |
D | nft-shared.h | 76 struct nft_family_ops { struct 77 int (*add)(struct nft_handle *h, struct nftnl_rule *r, void *data); 78 bool (*is_same)(const void *data_a, 80 void (*print_payload)(struct nftnl_expr *e, 82 void (*parse_meta)(struct nft_xt_ctx *ctx, struct nftnl_expr *e, 84 void (*parse_payload)(struct nft_xt_ctx *ctx, struct nftnl_expr *e, 86 void (*parse_bitwise)(struct nft_xt_ctx *ctx, struct nftnl_expr *e, 88 void (*parse_cmp)(struct nft_xt_ctx *ctx, struct nftnl_expr *e, 90 void (*parse_lookup)(struct nft_xt_ctx *ctx, struct nftnl_expr *e, 92 void (*parse_immediate)(const char *jumpto, bool nft_goto, void *data); [all …]
|