Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/netns/
Dconntrack.h25 struct nf_tcp_net { struct
74 struct nf_tcp_net tcp;
/Linux-v5.10/net/netfilter/
Dnf_conntrack_proto_tcp.c470 struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_in_window()
771 const struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_new()
851 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_tcp_packet()
1317 struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_timeout_nlattr_to_obj()
1428 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_tcp_init_net()
Dnf_conntrack_standalone.c942 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_standalone_init_tcp_sysctl()
/Linux-v5.10/include/net/netfilter/
Dnf_conntrack_l4proto.h187 static inline struct nf_tcp_net *nf_tcp_pernet(struct net *net) in nf_tcp_pernet()