Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables_core.h65 extern const struct nft_expr_ops nft_cmp_fast_ops;
66 extern const struct nft_expr_ops nft_cmp16_fast_ops;
85 extern const struct nft_expr_ops nft_payload_fast_ops;
87 extern const struct nft_expr_ops nft_bitwise_fast_ops;
H A Dnf_tables.h746 struct nft_expr_ops;
762 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
764 void (*release_ops)(const struct nft_expr_ops *ops);
765 const struct nft_expr_ops *ops;
803 struct nft_expr_ops { struct
849 const struct nft_expr_ops *ops; argument
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A 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 *
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c151 static const struct nft_expr_ops nft_fib4_type_ops = {
160 static const struct nft_expr_ops nft_fib4_ops = {
169 static const struct nft_expr_ops *
H A Dnft_reject_ipv4.c40 static const struct nft_expr_ops nft_reject_ipv4_ops = {
/OK3568_Linux_fs/kernel/net/netfilter/
H A 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 *
H A Dnft_numgen.c149 static const struct nft_expr_ops nft_ng_inc_ops = {
157 static const struct nft_expr_ops nft_ng_random_ops = {
165 static const struct nft_expr_ops *
H A Dnft_fwd_netdev.c210 static const struct nft_expr_ops nft_fwd_neigh_netdev_ops = {
219 static const struct nft_expr_ops nft_fwd_netdev_ops = {
230 static const struct nft_expr_ops *
H A Dnft_compat.c717 static const struct nft_expr_ops *
721 struct nft_expr_ops *ops; in nft_match_select_ops()
746 ops = kzalloc(sizeof(struct nft_expr_ops), GFP_KERNEL); in nft_match_select_ops()
778 static void nft_match_release_ops(const struct nft_expr_ops *ops) in nft_match_release_ops()
797 static const struct nft_expr_ops *
801 struct nft_expr_ops *ops; in nft_target_select_ops()
835 ops = kzalloc(sizeof(struct nft_expr_ops), GFP_KERNEL); in nft_target_select_ops()
860 static void nft_target_release_ops(const struct nft_expr_ops *ops) in nft_target_release_ops()
H A 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 *
H A 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 *
H A Dnft_exthdr.c473 static const struct nft_expr_ops nft_exthdr_ipv6_ops = {
481 static const struct nft_expr_ops nft_exthdr_ipv4_ops = {
489 static const struct nft_expr_ops nft_exthdr_tcp_ops = {
497 static const struct nft_expr_ops nft_exthdr_tcp_set_ops = {
505 static const struct nft_expr_ops *
H A 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 = {
H A 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 = {
H A Dnft_cmp.c186 static const struct nft_expr_ops nft_cmp_ops = {
264 const struct nft_expr_ops nft_cmp_fast_ops = {
356 const struct nft_expr_ops nft_cmp16_fast_ops = {
365 static const struct nft_expr_ops *
H A 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 *
H A Dnft_bitwise.c283 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 *
H A Dnft_fib_netdev.c54 static const struct nft_expr_ops nft_fib_netdev_ops = {
H A Dnft_fib_inet.c45 static const struct nft_expr_ops nft_fib_inet_ops = {
H A Dnft_payload.c465 static const struct nft_expr_ops nft_payload_ops = {
474 const struct nft_expr_ops nft_payload_fast_ops = {
729 static const struct nft_expr_ops nft_payload_set_ops = {
737 static const struct nft_expr_ops *
H A Dnft_dup_netdev.c76 static const struct nft_expr_ops nft_dup_netdev_ops = {
H A Dnft_nat.c312 static const struct nft_expr_ops nft_nat_ops = {
342 static const struct nft_expr_ops nft_nat_inet_ops = {
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c211 static const struct nft_expr_ops nft_fib6_type_ops = {
220 static const struct nft_expr_ops nft_fib6_ops = {
229 static const struct nft_expr_ops *
H A Dnft_reject_ipv6.c41 static const struct nft_expr_ops nft_reject_ipv6_ops = {
H A Dnft_dup_ipv6.c70 static const struct nft_expr_ops nft_dup_ipv6_ops = {

12