Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_limit.c323 .select_ops = nft_limit_select_ops,
446 .select_ops = nft_limit_obj_select_ops,
H A Dnft_queue.c227 .select_ops = nft_queue_select_ops,
H A Dnft_numgen.c235 .select_ops = nft_ng_select_ops,
H A Dnft_objref.c239 .select_ops = nft_objref_select_ops,
H A Dnft_hash.c265 .select_ops = nft_hash_select_ops,
H A Dnft_cmp.c432 .select_ops = nft_cmp_select_ops,
H A Dnft_compat.c854 .select_ops = nft_match_select_ops,
937 .select_ops = nft_target_select_ops,
H A Dnft_bitwise.c624 .select_ops = nft_bitwise_select_ops,
H A Dnft_meta.c899 .select_ops = nft_meta_select_ops,
H A Dnft_exthdr.c844 .select_ops = nft_exthdr_select_ops,
H A Dnft_payload.c1089 .select_ops = nft_payload_select_ops,
H A Dnft_ct.c832 .select_ops = nft_ct_select_ops,
H A Dnf_tables_api.c3426 if (type->select_ops != NULL) { in nf_tables_expr_parse()
3427 ops = type->select_ops(ctx, in nf_tables_expr_parse()
8113 if (type->select_ops) { in nft_obj_init()
8114 ops = type->select_ops(ctx, (const struct nlattr * const *)tb); in nft_obj_init()
/linux/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c204 .select_ops = nft_fib4_select_ops,
/linux/net/bridge/netfilter/
H A Dnft_meta_bridge.c220 .select_ops = nft_meta_bridge_select_ops,
/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c266 .select_ops = nft_fib6_select_ops,
/linux/include/net/netfilter/
H A Dnf_tables.h883 * @select_ops: function to select nft_expr_ops
885 * @ops: default ops, used when no select_ops functions is present
896 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member
1391 * @select_ops: function to select nft_object_ops
1392 * @ops: default ops, used when no select_ops functions is present
1401 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *, member