Home
last modified time | relevance | path

Searched refs:nf_tcp_net (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/netns/
H A Dconntrack.h22 struct nf_tcp_net { struct
71 struct nf_tcp_net tcp;
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c491 const struct nf_tcp_net *tn = nf_tcp_pernet(nf_ct_net(ct)); in nf_tcp_log_invalid()
729 const struct nf_tcp_net *tn; in nf_tcp_handle_invalid()
845 const struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_new()
938 const struct nf_tcp_net *tn; in nf_conntrack_tcp_set_closing()
970 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_tcp_packet()
1468 struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_timeout_nlattr_to_obj()
1579 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_tcp_init_net()
H A Dnf_flow_table_core.c206 const struct nf_tcp_net *tn = nf_tcp_pernet(net); in flow_offload_fixup_ct()
311 struct nf_tcp_net *tn = nf_tcp_pernet(net); in flow_offload_get_timeout()
H A Dnf_conntrack_standalone.c940 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_standalone_init_tcp_sysctl()
/linux/include/net/netfilter/
H A Dnf_conntrack_l4proto.h185 static inline struct nf_tcp_net *nf_tcp_pernet(struct net *net) in nf_tcp_pernet()