Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/netfilter/
Dnf_tables_core.h26 extern const struct nft_expr_ops nft_cmp_fast_ops;
50 extern const struct nft_expr_ops nft_payload_fast_ops;
Dnf_tables.h589 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
591 const struct nft_expr_ops *ops;
616 struct nft_expr_ops { struct
647 const struct nft_expr_ops *ops; argument
/linux-4.1.27/net/bridge/netfilter/
Dnft_meta_bridge.c74 static const struct nft_expr_ops nft_meta_bridge_get_ops = {
82 static const struct nft_expr_ops nft_meta_bridge_set_ops = {
90 static const struct nft_expr_ops *
Dnft_reject_bridge.c385 static const struct nft_expr_ops nft_reject_bridge_ops = {
/linux-4.1.27/net/netfilter/
Dnft_payload.c92 static const struct nft_expr_ops nft_payload_ops = {
100 const struct nft_expr_ops nft_payload_fast_ops = {
108 static const struct nft_expr_ops *
Dnft_cmp.c111 static const struct nft_expr_ops nft_cmp_ops = {
166 const struct nft_expr_ops nft_cmp_fast_ops = {
174 static const struct nft_expr_ops *
Dnft_meta.c330 static const struct nft_expr_ops nft_meta_get_ops = {
338 static const struct nft_expr_ops nft_meta_set_ops = {
346 static const struct nft_expr_ops *
Dnft_ct.c401 static const struct nft_expr_ops nft_ct_get_ops = {
410 static const struct nft_expr_ops nft_ct_set_ops = {
419 static const struct nft_expr_ops *
Dnft_limit.c88 static const struct nft_expr_ops nft_limit_ops = {
Dnft_counter.c82 static const struct nft_expr_ops nft_counter_ops = {
Dnft_queue.c101 static const struct nft_expr_ops nft_queue_ops = {
Dnft_immediate.c105 static const struct nft_expr_ops nft_imm_ops = {
Dnft_reject_inet.c122 static const struct nft_expr_ops nft_reject_inet_ops = {
Dnft_exthdr.c97 static const struct nft_expr_ops nft_exthdr_ops = {
Dnft_lookup.c130 static const struct nft_expr_ops nft_lookup_ops = {
Dnft_bitwise.c119 static const struct nft_expr_ops nft_bitwise_ops = {
Dnft_byteorder.c141 static const struct nft_expr_ops nft_byteorder_ops = {
Dnft_compat.c615 struct nft_expr_ops ops;
627 static const struct nft_expr_ops *
707 static const struct nft_expr_ops *
Dnft_log.c176 static const struct nft_expr_ops nft_log_ops = {
Dnft_nat.c261 static const struct nft_expr_ops nft_nat_ops = {
Dnft_dynset.c240 static const struct nft_expr_ops nft_dynset_ops = {
Dnf_tables_api.c1566 const struct nft_expr_ops *ops;
1575 const struct nft_expr_ops *ops; in nf_tables_expr_parse()
1617 const struct nft_expr_ops *ops = info->ops; in nf_tables_newexpr()
/linux-4.1.27/net/ipv4/netfilter/
Dnft_reject_ipv4.c44 static const struct nft_expr_ops nft_reject_ipv4_ops = {
Dnft_masq_ipv4.c34 static const struct nft_expr_ops nft_masq_ipv4_ops = {
Dnft_redir_ipv4.c43 static const struct nft_expr_ops nft_redir_ipv4_ops = {
/linux-4.1.27/net/ipv6/netfilter/
Dnft_masq_ipv6.c34 static const struct nft_expr_ops nft_masq_ipv6_ops = {
Dnft_reject_ipv6.c45 static const struct nft_expr_ops nft_reject_ipv6_ops = {
Dnft_redir_ipv6.c43 static const struct nft_expr_ops nft_redir_ipv6_ops = {