/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_ecache.h | 37 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()
|
D | nf_conntrack_timestamp.h | 29 struct net *net = nf_ct_net(ct); in nf_ct_tstamp_ext_add()
|
D | nf_conntrack_acct.h | 35 struct net *net = nf_ct_net(ct); in nf_ct_acct_ext_add()
|
D | nf_conntrack_labels.h | 30 struct net *net = nf_ct_net(ct); in nf_ct_labels_ext_add()
|
D | nf_conntrack_expect.h | 59 return nf_ct_net(exp->master); in nf_ct_exp_net()
|
D | nf_conntrack.h | 145 static inline struct net *nf_ct_net(const struct nf_conn *ct) in nf_ct_net() function
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_core.c | 253 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 …]
|
D | nf_conntrack_proto_gre.c | 118 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()
|
D | nf_conntrack_helper.c | 191 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()
|
D | nf_conntrack_pptp.c | 105 struct net *net = nf_ct_net(ct); in pptp_expectfn() 178 struct net *net = nf_ct_net(ct); in pptp_destroy_siblings()
|
D | nf_conntrack_ecache.c | 120 struct net *net = nf_ct_net(ct); in nf_ct_deliver_cached_events()
|
D | nf_conntrack_proto_dccp.c | 425 struct net *net = nf_ct_net(ct); in dccp_new() 483 struct net *net = nf_ct_net(ct); in dccp_packet()
|
D | nf_nat_core.c | 302 struct net *net = nf_ct_net(ct); in get_unique_tuple() 380 struct net *net = nf_ct_net(ct); in nf_nat_setup_info()
|
D | nf_conntrack_proto_tcp.c | 509 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()
|
D | nf_conntrack_h323_main.c | 811 struct net *net = nf_ct_net(ct); in expect_callforwarding() 1259 struct net *net = nf_ct_net(ct); in find_expect()
|
D | nf_conntrack_sip.c | 852 struct net *net = nf_ct_net(ct); in set_expected_rtp_rtcp()
|
D | nf_conntrack_netlink.c | 639 net = nf_ct_net(ct); in ctnetlink_conntrack_event()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6table_nat.c | 38 struct net *net = nf_ct_net(ct); in ip6table_nat_do_chain()
|
D | nf_conntrack_proto_icmpv6.c | 133 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()
|
D | nf_conntrack_l3proto_ipv6.c | 159 NF_CT_STAT_INC_ATOMIC(nf_ct_net(ct), drop); in ipv6_confirm()
|
D | ip6t_SYNPROXY.c | 45 struct net *net = nf_ct_net((struct nf_conn *)nfct); in synproxy_send_tcp()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | iptable_nat.c | 36 struct net *net = nf_ct_net(ct); in iptable_nat_do_chain()
|
D | nf_nat_pptp.c | 45 struct net *net = nf_ct_net(ct); in pptp_nat_expected()
|
D | nf_conntrack_l3proto_ipv4.c | 137 NF_CT_STAT_INC_ATOMIC(nf_ct_net(ct), drop); in ipv4_confirm()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_nfct.c | 149 struct net *net = nf_ct_net(ct); in ip_vs_nfct_expect_callback()
|