Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/netfilter/
Dnf_conntrack_timestamp.h29 struct net *net = nf_ct_net(ct); in nf_ct_tstamp_ext_add()
Dnf_conntrack_acct.h31 struct net *net = nf_ct_net(ct); in nf_ct_acct_ext_add()
Dnf_conntrack_expect.h59 return nf_ct_net(exp->master); in nf_ct_exp_net()
Dnf_conntrack_ecache.h37 struct net *net = nf_ct_net(ct); in nf_ct_ecache_ext_add()
Dnf_conntrack.h166 static inline struct net *nf_ct_net(const struct nf_conn *ct) in nf_ct_net() function
/linux-2.6.39/net/netfilter/
Dnf_conntrack_core.c192 struct net *net = nf_ct_net(ct); in destroy_conntrack()
234 struct net *net = nf_ct_net(ct); in nf_ct_delete_from_lists()
249 struct net *net = nf_ct_net(ct); in death_by_event()
268 struct net *net = nf_ct_net(ct); in nf_ct_insert_dying_list()
398 struct net *net = nf_ct_net(ct); in __nf_conntrack_hash_insert()
408 struct net *net = nf_ct_net(ct); in nf_conntrack_hash_insert()
435 net = nf_ct_net(ct); in __nf_conntrack_confirm()
536 struct net *net = nf_ct_net(ignored_conntrack); in nf_conntrack_tuple_taken()
719 struct net *net = nf_ct_net(ct); in nf_conntrack_free()
Dnf_conntrack_proto_gre.c103 struct net *net = nf_ct_net(ct); in nf_ct_gre_keymap_add()
144 struct net *net = nf_ct_net(ct); in nf_ct_gre_keymap_destroy()
Dnf_conntrack_pptp.c103 struct net *net = nf_ct_net(ct); in pptp_expectfn()
176 struct net *net = nf_ct_net(ct); in pptp_destroy_siblings()
Dnf_conntrack_proto_dccp.c428 struct net *net = nf_ct_net(ct); in dccp_new()
479 struct net *net = nf_ct_net(ct); in dccp_packet()
Dnf_conntrack_proto_tcp.c519 struct net *net = nf_ct_net(ct); in tcp_in_window()
825 struct net *net = nf_ct_net(ct); in tcp_packet()
Dnf_conntrack_sip.c842 struct net *net = nf_ct_net(ct); in set_expected_rtp_rtcp()
Dnf_conntrack_h323_main.c1218 struct net *net = nf_ct_net(ct); in find_expect()
Dnf_conntrack_netlink.c572 net = nf_ct_net(ct); in ctnetlink_conntrack_event()
/linux-2.6.39/net/ipv4/netfilter/
Dnf_nat_rule.c127 struct net *net = nf_ct_net(ct); in nf_nat_rule_find()
Dnf_nat_core.c211 struct net *net = nf_ct_net(ct); in get_unique_tuple()
273 struct net *net = nf_ct_net(ct); in nf_nat_setup_info()
Dnf_nat_pptp.c44 struct net *net = nf_ct_net(ct); in pptp_nat_expected()
Dnf_conntrack_l3proto_ipv4.c129 NF_CT_STAT_INC_ATOMIC(nf_ct_net(ct), drop); in ipv4_confirm()
/linux-2.6.39/net/netfilter/ipvs/
Dip_vs_nfct.c144 struct net *net = nf_ct_net(ct); in ip_vs_nfct_expect_callback()
/linux-2.6.39/net/ipv6/netfilter/
Dnf_conntrack_proto_icmpv6.c122 if (LOG_INVALID(nf_ct_net(ct), IPPROTO_ICMPV6)) in icmpv6_new()