Searched refs:nf_ct_net (Results 1 – 6 of 6) sorted by relevance
45 struct net *net = nf_ct_net(ct); in nf_ct_ecache_ext_add()108 struct net *net = nf_ct_net(ct); in nf_conntrack_event_cache()127 const struct net *net = nf_ct_net(ct); in nf_conntrack_event_report()142 const struct net *net = nf_ct_net(ct); in nf_conntrack_event()
30 struct net *net = nf_ct_net(ct); in nf_ct_tstamp_ext_add()
32 struct net *net = nf_ct_net(ct); in nf_ct_labels_ext_add()
33 struct net *net = nf_ct_net(ct); in nf_ct_acct_ext_add()
65 return nf_ct_net(exp->master); in nf_ct_exp_net()
134 static inline struct net *nf_ct_net(const struct nf_conn *ct) in nf_ct_net() function