Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/netns/
Dconntrack.h25 struct nf_tcp_net { struct
81 struct nf_tcp_net tcp;
/linux-5.19.10/net/netfilter/
Dnf_conntrack_proto_tcp.c485 struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_in_window()
770 const struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_new()
860 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_tcp_packet()
1347 struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_timeout_nlattr_to_obj()
1458 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_tcp_init_net()
Dnf_flow_table_core.c193 struct nf_tcp_net *tn = nf_tcp_pernet(net); in flow_offload_fixup_ct()
276 struct nf_tcp_net *tn = nf_tcp_pernet(net); in flow_offload_get_timeout()
Dnf_conntrack_standalone.c997 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_standalone_init_tcp_sysctl()
/linux-5.19.10/include/net/netfilter/
Dnf_conntrack_l4proto.h191 static inline struct nf_tcp_net *nf_tcp_pernet(struct net *net) in nf_tcp_pernet()