Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_ecache.h37 struct net *net = nf_ct_net(ct); in nf_ct_ecache_ext_add()
80 struct net *net = nf_ct_net(ct); in nf_conntrack_event_cache()
100 struct net *net = nf_ct_net(ct); in nf_conntrack_eventmask_report()
Dnf_conntrack_timestamp.h29 struct net *net = nf_ct_net(ct); in nf_ct_tstamp_ext_add()
Dnf_conntrack_acct.h35 struct net *net = nf_ct_net(ct); in nf_ct_acct_ext_add()
Dnf_conntrack_labels.h30 struct net *net = nf_ct_net(ct); in nf_ct_labels_ext_add()
Dnf_conntrack_expect.h59 return nf_ct_net(exp->master); in nf_ct_exp_net()
Dnf_conntrack.h145 static inline struct net *nf_ct_net(const struct nf_conn *ct) in nf_ct_net() function
/linux-4.1.27/net/netfilter/
Dnf_conntrack_core.c253 pcpu = per_cpu_ptr(nf_ct_net(ct)->ct.pcpu_lists, ct->cpu); in nf_ct_add_to_dying_list()
268 pcpu = per_cpu_ptr(nf_ct_net(ct)->ct.pcpu_lists, ct->cpu); in nf_ct_add_to_unconfirmed_list()
282 pcpu = per_cpu_ptr(nf_ct_net(ct)->ct.pcpu_lists, ct->cpu); in nf_ct_del_from_dying_or_unconfirmed_list()
294 struct net *net = nf_ct_net(ct); in destroy_conntrack()
330 struct net *net = nf_ct_net(ct); in nf_ct_delete_from_lists()
370 nf_conntrack_ecache_delayed_work(nf_ct_net(ct)); in nf_ct_delete()
374 nf_conntrack_ecache_work(nf_ct_net(ct)); in nf_ct_delete()
484 struct net *net = nf_ct_net(ct); in __nf_conntrack_hash_insert()
495 struct net *net = nf_ct_net(ct); in nf_conntrack_hash_check_insert()
555 pcpu = per_cpu_ptr(nf_ct_net(tmpl)->ct.pcpu_lists, tmpl->cpu); in nf_conntrack_tmpl_insert()
[all …]
Dnf_conntrack_proto_gre.c118 struct net *net = nf_ct_net(ct); in nf_ct_gre_keymap_add()
159 struct net *net = nf_ct_net(ct); in nf_ct_gre_keymap_destroy()
Dnf_conntrack_helper.c191 struct net *net = nf_ct_net(ct); in __nf_ct_try_assign_helper()
355 nf_log_packet(nf_ct_net(ct), nf_ct_l3num(ct), 0, skb, NULL, NULL, NULL, in nf_ct_helper_log()
Dnf_conntrack_pptp.c105 struct net *net = nf_ct_net(ct); in pptp_expectfn()
178 struct net *net = nf_ct_net(ct); in pptp_destroy_siblings()
Dnf_conntrack_ecache.c120 struct net *net = nf_ct_net(ct); in nf_ct_deliver_cached_events()
Dnf_conntrack_proto_dccp.c425 struct net *net = nf_ct_net(ct); in dccp_new()
483 struct net *net = nf_ct_net(ct); in dccp_packet()
Dnf_nat_core.c302 struct net *net = nf_ct_net(ct); in get_unique_tuple()
380 struct net *net = nf_ct_net(ct); in nf_nat_setup_info()
Dnf_conntrack_proto_tcp.c509 struct net *net = nf_ct_net(ct); in tcp_in_window()
820 struct net *net = nf_ct_net(ct); in tcp_packet()
1109 struct net *net = nf_ct_net(ct); in tcp_new()
Dnf_conntrack_h323_main.c811 struct net *net = nf_ct_net(ct); in expect_callforwarding()
1259 struct net *net = nf_ct_net(ct); in find_expect()
Dnf_conntrack_sip.c852 struct net *net = nf_ct_net(ct); in set_expected_rtp_rtcp()
Dnf_conntrack_netlink.c639 net = nf_ct_net(ct); in ctnetlink_conntrack_event()
/linux-4.1.27/net/ipv6/netfilter/
Dip6table_nat.c38 struct net *net = nf_ct_net(ct); in ip6table_nat_do_chain()
Dnf_conntrack_proto_icmpv6.c133 if (LOG_INVALID(nf_ct_net(ct), IPPROTO_ICMPV6)) in icmpv6_new()
134 nf_log_packet(nf_ct_net(ct), PF_INET6, 0, skb, NULL, in icmpv6_new()
Dnf_conntrack_l3proto_ipv6.c159 NF_CT_STAT_INC_ATOMIC(nf_ct_net(ct), drop); in ipv6_confirm()
Dip6t_SYNPROXY.c45 struct net *net = nf_ct_net((struct nf_conn *)nfct); in synproxy_send_tcp()
/linux-4.1.27/net/ipv4/netfilter/
Diptable_nat.c36 struct net *net = nf_ct_net(ct); in iptable_nat_do_chain()
Dnf_nat_pptp.c45 struct net *net = nf_ct_net(ct); in pptp_nat_expected()
Dnf_conntrack_l3proto_ipv4.c137 NF_CT_STAT_INC_ATOMIC(nf_ct_net(ct), drop); in ipv4_confirm()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_nfct.c149 struct net *net = nf_ct_net(ct); in ip_vs_nfct_expect_callback()