Searched defs:nft_expr_ops (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 131128 struct nft_expr_ops { struct 131129 void (*eval)(const struct nft_expr *, struct nft_regs *, const struct nft_pktinfo *); 131130 int (*clone)(struct nft_expr *, const struct nft_expr *); 131131 unsigned int size; 131132 int (*init)(const struct nft_ctx *, const struct nft_expr *, const struct nlattr * const *); 131133 void (*activate)(const struct nft_ctx *, const struct nft_expr *); 131134 void (*deactivate)(const struct nft_ctx *, const struct nft_expr *, enum nft_trans_phase); 131135 void (*destroy)(const struct nft_ctx *, const struct nft_expr *); 131136 void (*destroy_clone)(const struct nft_ctx *, const struct nft_expr *); 131137 int (*dump)(struct sk_buff *, const struct nft_expr *, bool); [all …]
|
| D | vmlinux_602.h | 131128 struct nft_expr_ops { struct 131129 void (*eval)(const struct nft_expr *, struct nft_regs *, const struct nft_pktinfo *); 131130 int (*clone)(struct nft_expr *, const struct nft_expr *); 131131 unsigned int size; 131132 int (*init)(const struct nft_ctx *, const struct nft_expr *, const struct nlattr * const *); 131133 void (*activate)(const struct nft_ctx *, const struct nft_expr *); 131134 void (*deactivate)(const struct nft_ctx *, const struct nft_expr *, enum nft_trans_phase); 131135 void (*destroy)(const struct nft_ctx *, const struct nft_expr *); 131136 void (*destroy_clone)(const struct nft_ctx *, const struct nft_expr *); 131137 int (*dump)(struct sk_buff *, const struct nft_expr *, bool); [all …]
|