Home
last modified time | relevance | path

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

/linux-4.4.14/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.h590 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *,
592 const struct nft_expr_ops *ops;
617 struct nft_expr_ops { struct
650 const struct nft_expr_ops *ops; argument
/linux-4.4.14/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.c384 static const struct nft_expr_ops nft_reject_bridge_ops = {
/linux-4.4.14/net/netfilter/
Dnft_payload.c147 static const struct nft_expr_ops nft_payload_ops = {
155 const struct nft_expr_ops nft_payload_fast_ops = {
163 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_limit.c148 static const struct nft_expr_ops nft_limit_pkts_ops = {
184 static const struct nft_expr_ops nft_limit_pkt_bytes_ops = {
192 static const struct nft_expr_ops *
Dnft_meta.c338 static const struct nft_expr_ops nft_meta_get_ops = {
346 static const struct nft_expr_ops nft_meta_set_ops = {
354 static const struct nft_expr_ops *
Dnft_ct.c402 static const struct nft_expr_ops nft_ct_get_ops = {
411 static const struct nft_expr_ops nft_ct_set_ops = {
420 static const struct nft_expr_ops *
Dnft_queue.c101 static const struct nft_expr_ops nft_queue_ops = {
Dnft_reject_inet.c121 static const struct nft_expr_ops nft_reject_inet_ops = {
Dnft_immediate.c105 static const struct nft_expr_ops nft_imm_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_counter.c154 static const struct nft_expr_ops nft_counter_ops = {
Dnft_byteorder.c141 static const struct nft_expr_ops nft_byteorder_ops = {
Dnft_log.c175 static const struct nft_expr_ops nft_log_ops = {
Dnft_compat.c617 struct nft_expr_ops ops;
629 static const struct nft_expr_ops *
709 static const struct nft_expr_ops *
Dnft_nat.c261 static const struct nft_expr_ops nft_nat_ops = {
Dnft_dynset.c241 static const struct nft_expr_ops nft_dynset_ops = {
Dnf_tables_api.c1637 const struct nft_expr_ops *ops;
1646 const struct nft_expr_ops *ops; in nf_tables_expr_parse()
1688 const struct nft_expr_ops *ops = info->ops; in nf_tables_newexpr()
/linux-4.4.14/net/ipv4/netfilter/
Dnft_reject_ipv4.c43 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 = {
Dnft_dup_ipv4.c73 static const struct nft_expr_ops nft_dup_ipv4_ops = {
/linux-4.4.14/net/ipv6/netfilter/
Dnft_reject_ipv6.c44 static const struct nft_expr_ops nft_reject_ipv6_ops = {
Dnft_masq_ipv6.c34 static const struct nft_expr_ops nft_masq_ipv6_ops = {
Dnft_redir_ipv6.c42 static const struct nft_expr_ops nft_redir_ipv6_ops = {
Dnft_dup_ipv6.c71 static const struct nft_expr_ops nft_dup_ipv6_ops = {