Home
last modified time | relevance | path

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

12

/Linux-v5.15/net/bridge/netfilter/
Dnft_meta_bridge.c95 static const struct nft_expr_ops nft_meta_bridge_get_ops = {
103 static const struct nft_expr_ops nft_meta_bridge_set_ops = {
113 static const struct nft_expr_ops *
/Linux-v5.15/include/net/netfilter/
Dnf_tables_core.h59 extern const struct nft_expr_ops nft_cmp_fast_ops;
78 extern const struct nft_expr_ops nft_payload_fast_ops;
80 extern const struct nft_expr_ops nft_bitwise_fast_ops;
Dnf_tables.h329 const struct nft_expr_ops *ops;
800 struct nft_expr_ops;
816 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
818 void (*release_ops)(const struct nft_expr_ops *ops);
819 const struct nft_expr_ops *ops;
856 struct nft_expr_ops { struct
/Linux-v5.15/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_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_numgen.c155 static const struct nft_expr_ops nft_ng_inc_ops = {
163 static const struct nft_expr_ops nft_ng_random_ops = {
171 static const struct nft_expr_ops *
Dnft_exthdr.c517 static const struct nft_expr_ops nft_exthdr_ipv6_ops = {
525 static const struct nft_expr_ops nft_exthdr_ipv4_ops = {
533 static const struct nft_expr_ops nft_exthdr_tcp_ops = {
541 static const struct nft_expr_ops nft_exthdr_tcp_set_ops = {
549 static const struct nft_expr_ops nft_exthdr_sctp_ops = {
557 static const struct nft_expr_ops *
Dnft_hash.c189 static const struct nft_expr_ops nft_jhash_ops = {
197 static const struct nft_expr_ops nft_symhash_ops = {
205 static const struct nft_expr_ops *
Dnft_objref.c86 static const struct nft_expr_ops nft_objref_ops = {
198 static const struct nft_expr_ops nft_objref_map_ops = {
209 static const struct nft_expr_ops *
Dnft_masq.c124 static const struct nft_expr_ops nft_masq_ipv4_ops = {
170 static const struct nft_expr_ops nft_masq_ipv6_ops = {
225 static const struct nft_expr_ops nft_masq_inet_ops = {
Dnft_redir.c129 static const struct nft_expr_ops nft_redir_ipv4_ops = {
178 static const struct nft_expr_ops nft_redir_ipv6_ops = {
220 static const struct nft_expr_ops nft_redir_inet_ops = {
Dnft_compat.c734 static const struct nft_expr_ops *
738 struct nft_expr_ops *ops; in nft_match_select_ops()
763 ops = kzalloc(sizeof(struct nft_expr_ops), GFP_KERNEL); in nft_match_select_ops()
795 static void nft_match_release_ops(const struct nft_expr_ops *ops) in nft_match_release_ops()
814 static const struct nft_expr_ops *
818 struct nft_expr_ops *ops; in nft_target_select_ops()
852 ops = kzalloc(sizeof(struct nft_expr_ops), GFP_KERNEL); in nft_target_select_ops()
877 static void nft_target_release_ops(const struct nft_expr_ops *ops) in nft_target_release_ops()
Dnft_cmp.c190 static const struct nft_expr_ops nft_cmp_ops = {
266 const struct nft_expr_ops nft_cmp_fast_ops = {
275 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 = {
388 const struct nft_expr_ops nft_bitwise_fast_ops = {
397 static const struct nft_expr_ops *
Dnft_dup_netdev.c71 static const struct nft_expr_ops nft_dup_netdev_ops = {
Dnft_reject_inet.c76 static const struct nft_expr_ops nft_reject_inet_ops = {
Dnft_last.c84 static const struct nft_expr_ops nft_last_ops = {
/Linux-v5.15/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.c41 static const struct nft_expr_ops nft_reject_ipv4_ops = {
/Linux-v5.15/net/ipv6/netfilter/
Dnft_fib_ipv6.c207 static const struct nft_expr_ops nft_fib6_type_ops = {
216 static const struct nft_expr_ops nft_fib6_ops = {
225 static const struct nft_expr_ops *
Dnft_reject_ipv6.c42 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