Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/netns/
Dconntrack.h25 struct nf_tcp_net { struct
74 struct nf_tcp_net tcp;
/Linux-v5.4/net/netfilter/
Dnf_conntrack_proto_tcp.c470 struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_in_window()
764 const struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_new()
844 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_tcp_packet()
1310 struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_timeout_nlattr_to_obj()
1421 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_tcp_init_net()
Dnf_conntrack_standalone.c940 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_standalone_init_tcp_sysctl()
/Linux-v5.4/include/net/netfilter/
Dnf_conntrack_l4proto.h185 static inline struct nf_tcp_net *nf_tcp_pernet(struct net *net) in nf_tcp_pernet()