Home
last modified time | relevance | path

Searched refs:nft_expr_ops (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v5.10/include/net/netfilter/
Dnf_tables_core.h57 extern const struct nft_expr_ops nft_cmp_fast_ops;
76 extern const struct nft_expr_ops nft_payload_fast_ops;
78 extern const struct nft_expr_ops nft_bitwise_fast_ops;
Dnf_tables.h741 struct nft_expr_ops;
757 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
759 void (*release_ops)(const struct nft_expr_ops *ops);
760 const struct nft_expr_ops *ops;
798 struct nft_expr_ops { struct
844 const struct nft_expr_ops *ops; argument
/Linux-v5.10/net/bridge/netfilter/
Dnft_meta_bridge.c96 static const struct nft_expr_ops nft_meta_bridge_get_ops = {
104 static const struct nft_expr_ops nft_meta_bridge_set_ops = {
114 static const struct nft_expr_ops *
/Linux-v5.10/net/netfilter/
Dnft_queue.c161 static const struct nft_expr_ops nft_queue_ops = {
169 static const struct nft_expr_ops nft_queue_sreg_ops = {
177 static const struct nft_expr_ops *
Dnft_numgen.c158 static const struct nft_expr_ops nft_ng_inc_ops = {
166 static const struct nft_expr_ops nft_ng_random_ops = {
174 static const struct nft_expr_ops *
Dnft_fwd_netdev.c205 static const struct nft_expr_ops nft_fwd_neigh_netdev_ops = {
214 static const struct nft_expr_ops nft_fwd_netdev_ops = {
224 static const struct nft_expr_ops *
Dnft_hash.c190 static const struct nft_expr_ops nft_jhash_ops = {
198 static const struct nft_expr_ops nft_symhash_ops = {
206 static const struct nft_expr_ops *
Dnft_objref.c86 static const struct nft_expr_ops nft_objref_ops = {
195 static const struct nft_expr_ops nft_objref_map_ops = {
206 static const struct nft_expr_ops *
Dnft_masq.c128 static const struct nft_expr_ops nft_masq_ipv4_ops = {
174 static const struct nft_expr_ops nft_masq_ipv6_ops = {
229 static const struct nft_expr_ops nft_masq_inet_ops = {
Dnft_redir.c133 static const struct nft_expr_ops nft_redir_ipv4_ops = {
182 static const struct nft_expr_ops nft_redir_ipv6_ops = {
224 static const struct nft_expr_ops nft_redir_inet_ops = {
Dnft_compat.c722 static const struct nft_expr_ops *
726 struct nft_expr_ops *ops; in nft_match_select_ops()
751 ops = kzalloc(sizeof(struct nft_expr_ops), GFP_KERNEL); in nft_match_select_ops()
783 static void nft_match_release_ops(const struct nft_expr_ops *ops) in nft_match_release_ops()
802 static const struct nft_expr_ops *
806 struct nft_expr_ops *ops; in nft_target_select_ops()
840 ops = kzalloc(sizeof(struct nft_expr_ops), GFP_KERNEL); in nft_target_select_ops()
865 static void nft_target_release_ops(const struct nft_expr_ops *ops) in nft_target_release_ops()
Dnft_exthdr.c470 static const struct nft_expr_ops nft_exthdr_ipv6_ops = {
478 static const struct nft_expr_ops nft_exthdr_ipv4_ops = {
486 static const struct nft_expr_ops nft_exthdr_tcp_ops = {
494 static const struct nft_expr_ops nft_exthdr_tcp_set_ops = {
502 static const struct nft_expr_ops *
Dnft_cmp.c154 static const struct nft_expr_ops nft_cmp_ops = {
231 const struct nft_expr_ops nft_cmp_fast_ops = {
240 static const struct nft_expr_ops *
Dnft_limit.c170 static const struct nft_expr_ops nft_limit_pkts_ops = {
206 static const struct nft_expr_ops nft_limit_bytes_ops = {
214 static const struct nft_expr_ops *
Dnft_fib_inet.c45 static const struct nft_expr_ops nft_fib_inet_ops = {
Dnft_fib_netdev.c54 static const struct nft_expr_ops nft_fib_netdev_ops = {
Dnft_bitwise.c281 static const struct nft_expr_ops nft_bitwise_ops = {
389 const struct nft_expr_ops nft_bitwise_fast_ops = {
398 static const struct nft_expr_ops *
Dnft_dup_netdev.c71 static const struct nft_expr_ops nft_dup_netdev_ops = {
Dnft_payload.c462 static const struct nft_expr_ops nft_payload_ops = {
471 const struct nft_expr_ops nft_payload_fast_ops = {
716 static const struct nft_expr_ops nft_payload_set_ops = {
724 static const struct nft_expr_ops *
/Linux-v5.10/net/ipv4/netfilter/
Dnft_fib_ipv4.c148 static const struct nft_expr_ops nft_fib4_type_ops = {
157 static const struct nft_expr_ops nft_fib4_ops = {
166 static const struct nft_expr_ops *
Dnft_reject_ipv4.c40 static const struct nft_expr_ops nft_reject_ipv4_ops = {
Dnft_dup_ipv4.c72 static const struct nft_expr_ops nft_dup_ipv4_ops = {
/Linux-v5.10/net/ipv6/netfilter/
Dnft_fib_ipv6.c193 static const struct nft_expr_ops nft_fib6_type_ops = {
202 static const struct nft_expr_ops nft_fib6_ops = {
211 static const struct nft_expr_ops *
Dnft_reject_ipv6.c41 static const struct nft_expr_ops nft_reject_ipv6_ops = {
Dnft_dup_ipv6.c70 static const struct nft_expr_ops nft_dup_ipv6_ops = {

12