Home
last modified time | relevance | path

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

12

/linux/net/bridge/netfilter/
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 *
/linux/include/net/netfilter/
A 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;
A Dnf_tables.h335 const struct nft_expr_ops *ops;
806 struct nft_expr_ops;
822 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
824 void (*release_ops)(const struct nft_expr_ops *ops);
825 const struct nft_expr_ops *ops;
862 struct nft_expr_ops { struct
/linux/net/netfilter/
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 *
A 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 *
A 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 *
A Dnft_exthdr.c520 static const struct nft_expr_ops nft_exthdr_ipv6_ops = {
528 static const struct nft_expr_ops nft_exthdr_ipv4_ops = {
536 static const struct nft_expr_ops nft_exthdr_tcp_ops = {
544 static const struct nft_expr_ops nft_exthdr_tcp_set_ops = {
552 static const struct nft_expr_ops nft_exthdr_sctp_ops = {
560 static const struct nft_expr_ops *
A 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()
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 *
A 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 *
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 = {
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 = {
A 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 *
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 *
A 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 *
A Dnft_fib_inet.c45 static const struct nft_expr_ops nft_fib_inet_ops = {
A Dnft_fib_netdev.c54 static const struct nft_expr_ops nft_fib_netdev_ops = {
A Dnft_payload.c509 static const struct nft_expr_ops nft_payload_ops = {
518 const struct nft_expr_ops nft_payload_fast_ops = {
769 static const struct nft_expr_ops nft_payload_set_ops = {
777 static const struct nft_expr_ops *
A Dnft_dup_netdev.c71 static const struct nft_expr_ops nft_dup_netdev_ops = {
A Dnft_reject_inet.c76 static const struct nft_expr_ops nft_reject_inet_ops = {
A Dnft_last.c84 static const struct nft_expr_ops nft_last_ops = {
/linux/net/ipv4/netfilter/
A 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 *
A Dnft_reject_ipv4.c41 static const struct nft_expr_ops nft_reject_ipv4_ops = {
/linux/net/ipv6/netfilter/
A 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 *
A Dnft_reject_ipv6.c42 static const struct nft_expr_ops nft_reject_ipv6_ops = {

Completed in 34 milliseconds

12