Searched refs:nf_tcp_pernet (Results 1 – 5 of 5) sorted by relevance
491 const struct nf_tcp_net *tn = nf_tcp_pernet(nf_ct_net(ct)); in nf_tcp_log_invalid()760 tn = nf_tcp_pernet(nf_ct_net(ct)); in nf_tcp_handle_invalid()844 const struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_new()939 tn = nf_tcp_pernet(nf_ct_net(ct)); in nf_conntrack_tcp_set_closing()969 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_tcp_packet()1471 struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_timeout_nlattr_to_obj()1582 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_tcp_init_net()
181 struct nf_tcp_net *tn = nf_tcp_pernet(net); in flow_offload_fixup_ct()267 struct nf_tcp_net *tn = nf_tcp_pernet(net); in flow_offload_get_timeout()
459 timeouts = nf_tcp_pernet(info->net)->timeouts; in cttimeout_default_get()
962 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_standalone_init_tcp_sysctl()
191 static inline struct nf_tcp_net *nf_tcp_pernet(struct net *net) in nf_tcp_pernet() function