Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_conntrack_proto_tcp.c489 const struct nf_tcp_net *tn = nf_tcp_pernet(nf_ct_net(ct)); in nf_tcp_log_invalid()
758 tn = nf_tcp_pernet(nf_ct_net(ct)); in nf_tcp_handle_invalid()
842 const struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_new()
932 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_tcp_packet()
1443 struct nf_tcp_net *tn = nf_tcp_pernet(net); in tcp_timeout_nlattr_to_obj()
1554 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_tcp_init_net()
Dnf_flow_table_core.c188 struct nf_tcp_net *tn = nf_tcp_pernet(net); in flow_offload_fixup_ct()
271 struct nf_tcp_net *tn = nf_tcp_pernet(net); in flow_offload_get_timeout()
Dnfnetlink_cttimeout.c459 timeouts = nf_tcp_pernet(info->net)->timeouts; in cttimeout_default_get()
Dnf_conntrack_standalone.c981 struct nf_tcp_net *tn = nf_tcp_pernet(net); in nf_conntrack_standalone_init_tcp_sysctl()
/linux-6.1.9/include/net/netfilter/
Dnf_conntrack_l4proto.h191 static inline struct nf_tcp_net *nf_tcp_pernet(struct net *net) in nf_tcp_pernet() function