Home
last modified time | relevance | path

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

123

/Linux-v6.1/include/net/netfilter/
Dnf_tables_core.h59 extern const struct nft_expr_ops nft_cmp_fast_ops;
60 extern const struct nft_expr_ops nft_cmp16_fast_ops;
79 extern const struct nft_expr_ops nft_payload_fast_ops;
81 extern const struct nft_expr_ops nft_bitwise_fast_ops;
Dnf_tables.h368 const struct nft_expr_ops *ops;
847 struct nft_expr_ops;
863 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
865 void (*release_ops)(const struct nft_expr_ops *ops);
866 const struct nft_expr_ops *ops;
903 struct nft_expr_ops { struct
/Linux-v6.1/net/bridge/netfilter/
Dnft_meta_bridge.c96 static const struct nft_expr_ops nft_meta_bridge_get_ops = {
123 static const struct nft_expr_ops nft_meta_bridge_set_ops = {
134 static const struct nft_expr_ops *
/Linux-v6.1/net/netfilter/
Dnft_queue.c186 static const struct nft_expr_ops nft_queue_ops = {
196 static const struct nft_expr_ops nft_queue_sreg_ops = {
206 static const struct nft_expr_ops *
Dnft_exthdr.c633 static const struct nft_expr_ops nft_exthdr_ipv6_ops = {
642 static const struct nft_expr_ops nft_exthdr_ipv4_ops = {
651 static const struct nft_expr_ops nft_exthdr_tcp_ops = {
660 static const struct nft_expr_ops nft_exthdr_tcp_set_ops = {
669 static const struct nft_expr_ops nft_exthdr_tcp_strip_ops = {
678 static const struct nft_expr_ops nft_exthdr_sctp_ops = {
687 static const struct nft_expr_ops *
Dnft_fwd_netdev.c213 static const struct nft_expr_ops nft_fwd_neigh_netdev_ops = {
223 static const struct nft_expr_ops nft_fwd_netdev_ops = {
235 static const struct nft_expr_ops *
Dnft_numgen.c190 static const struct nft_expr_ops nft_ng_inc_ops = {
200 static const struct nft_expr_ops nft_ng_random_ops = {
209 static const struct nft_expr_ops *
Dnft_objref.c86 static const struct nft_expr_ops nft_objref_ops = {
199 static const struct nft_expr_ops nft_objref_map_ops = {
211 static const struct nft_expr_ops *
Dnft_masq.c124 static const struct nft_expr_ops nft_masq_ipv4_ops = {
171 static const struct nft_expr_ops nft_masq_ipv6_ops = {
227 static const struct nft_expr_ops nft_masq_inet_ops = {
Dnft_redir.c129 static const struct nft_expr_ops nft_redir_ipv4_ops = {
179 static const struct nft_expr_ops nft_redir_ipv6_ops = {
222 static const struct nft_expr_ops nft_redir_inet_ops = {
Dnft_compat.c742 static const struct nft_expr_ops *
746 struct nft_expr_ops *ops; in nft_match_select_ops()
771 ops = kzalloc(sizeof(struct nft_expr_ops), GFP_KERNEL); in nft_match_select_ops()
804 static void nft_match_release_ops(const struct nft_expr_ops *ops) in nft_match_release_ops()
823 static const struct nft_expr_ops *
827 struct nft_expr_ops *ops; in nft_target_select_ops()
861 ops = kzalloc(sizeof(struct nft_expr_ops), GFP_KERNEL); in nft_target_select_ops()
887 static void nft_target_release_ops(const struct nft_expr_ops *ops) in nft_target_release_ops()
Dnft_hash.c223 static const struct nft_expr_ops nft_jhash_ops = {
232 static const struct nft_expr_ops nft_symhash_ops = {
241 static const struct nft_expr_ops *
Dnft_cmp.c186 static const struct nft_expr_ops nft_cmp_ops = {
277 const struct nft_expr_ops nft_cmp_fast_ops = {
370 const struct nft_expr_ops nft_cmp16_fast_ops = {
380 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_limit.c222 static const struct nft_expr_ops nft_limit_pkts_ops = {
277 static const struct nft_expr_ops nft_limit_bytes_ops = {
288 static const struct nft_expr_ops *
Dnft_dup_netdev.c76 static const struct nft_expr_ops nft_dup_netdev_ops = {
Dnft_reject_inet.c76 static const struct nft_expr_ops nft_reject_inet_ops = {
/Linux-v6.1/net/ipv4/netfilter/
Dnft_fib_ipv4.c156 static const struct nft_expr_ops nft_fib4_type_ops = {
166 static const struct nft_expr_ops nft_fib4_ops = {
176 static const struct nft_expr_ops *
Dnft_reject_ipv4.c41 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-v6.1/net/ipv6/netfilter/
Dnft_fib_ipv6.c216 static const struct nft_expr_ops nft_fib6_type_ops = {
226 static const struct nft_expr_ops nft_fib6_ops = {
236 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 = {
/Linux-v6.1/scripts/
Dconst_structs.checkpatch48 nft_expr_ops

123