Searched refs:nft_expr_type (Results 1 – 17 of 17) sorted by relevance
8 extern struct nft_expr_type nft_imm_type;9 extern struct nft_expr_type nft_cmp_type;10 extern struct nft_expr_type nft_counter_type;11 extern struct nft_expr_type nft_lookup_type;12 extern struct nft_expr_type nft_bitwise_type;13 extern struct nft_expr_type nft_byteorder_type;14 extern struct nft_expr_type nft_payload_type;15 extern struct nft_expr_type nft_dynset_type;16 extern struct nft_expr_type nft_range_type;17 extern struct nft_expr_type nft_meta_type;[all …]
900 struct nft_expr_type { struct983 const struct nft_expr_type *type;1349 int nft_register_expr(struct nft_expr_type *);1350 void nft_unregister_expr(struct nft_expr_type *);
134 static struct nft_expr_type nft_osf_type;144 static struct nft_expr_type nft_osf_type __read_mostly = {
247 static struct nft_expr_type nft_fwd_netdev_type;280 static struct nft_expr_type nft_fwd_netdev_type __read_mostly = {
326 static struct nft_expr_type nft_tproxy_type;337 static struct nft_expr_type nft_tproxy_type __read_mostly = {
820 static struct nft_expr_type nft_match_type; in nft_match_select_ops() 891 static struct nft_expr_type nft_match_type __read_mostly = { in nft_target_select_ops() 900 static struct nft_expr_type nft_target_type; in nft_target_select_ops() 975 static struct nft_expr_type nft_target_type __read_mostly = { in nft_compat_module_init()
177 struct nft_expr_type nft_byteorder_type __read_mostly = {
727 static struct nft_expr_type nft_ct_type;805 static struct nft_expr_type nft_ct_type __read_mostly = {829 static struct nft_expr_type nft_notrack_type;836 static struct nft_expr_type nft_notrack_type __read_mostly = {
127 static struct nft_expr_type nft_tunnel_type;136 static struct nft_expr_type nft_tunnel_type __read_mostly = {
424 struct nft_expr_type nft_inner_type __read_mostly = {
352 static struct nft_expr_type *nft_basic_types[] = {
435 struct nft_expr_type nft_dynset_type __read_mostly = {
548 struct nft_expr_type nft_bitwise_type __read_mostly = {
814 struct nft_expr_type nft_exthdr_type __read_mostly = {
1057 struct nft_expr_type nft_payload_type __read_mostly = {
3379 int nft_register_expr(struct nft_expr_type *type) in nft_register_expr() 3402 void nft_unregister_expr(struct nft_expr_type *type) in nft_unregister_expr() 3410 static const struct nft_expr_type *__nft_expr_type_get(u8 family, in __nft_expr_type_get() 3413 const struct nft_expr_type *type, *candidate = NULL; in __nft_expr_type_get() 3438 static const struct nft_expr_type *nft_expr_type_get(struct net *net, in nft_expr_type_get() 3442 const struct nft_expr_type *type; in nft_expr_type_get() 3525 const struct nft_expr_type *type; in nf_tables_expr_parse() 3579 const struct nft_expr_type *type; in nft_expr_inner_parse() 3647 const struct nft_expr_type *type = expr->ops->type; in nf_tables_expr_destroy()
257 static struct nft_expr_type nft_fib6_type;300 static struct nft_expr_type nft_fib6_type __read_mostly = {