Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_limit.c321 .select_ops = nft_limit_select_ops,
444 .select_ops = nft_limit_obj_select_ops,
H A Dnft_queue.c228 .select_ops = nft_queue_select_ops,
H A Dnft_fwd_netdev.c252 .select_ops = nft_fwd_select_ops,
H A Dnft_numgen.c235 .select_ops = nft_ng_select_ops,
H A Dnft_objref.c240 .select_ops = nft_objref_select_ops,
H A Dnft_hash.c264 .select_ops = nft_hash_select_ops,
H A Dnft_compat.c856 .select_ops = nft_match_select_ops,
939 .select_ops = nft_target_select_ops,
H A Dnft_cmp.c432 .select_ops = nft_cmp_select_ops,
H A Dnft_bitwise.c512 .select_ops = nft_bitwise_select_ops,
H A Dnft_meta.c901 .select_ops = nft_meta_select_ops,
H A Dnft_exthdr.c838 .select_ops = nft_exthdr_select_ops,
H A Dnft_payload.c1089 .select_ops = nft_payload_select_ops,
H A Dnft_ct.c830 .select_ops = nft_ct_select_ops,
H A Dnf_tables_api.c3191 if (type->select_ops != NULL) { in nf_tables_expr_parse()
3192 ops = type->select_ops(ctx, in nf_tables_expr_parse()
7572 if (type->select_ops) { in nft_obj_init()
7573 ops = type->select_ops(ctx, (const struct nlattr * const *)tb); in nft_obj_init()
/openbmc/linux/net/bridge/netfilter/
H A Dnft_meta_bridge.c221 .select_ops = nft_meta_bridge_select_ops,
/openbmc/linux/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c198 .select_ops = nft_fib4_select_ops,
/openbmc/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c262 .select_ops = nft_fib6_select_ops,
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h878 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, member
1370 const struct nft_object_ops *(*select_ops)(const struct nft_ctx *, member