Home
last modified time | relevance | path

Searched refs:nf_ct_timeout_lookup (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_timeout.h74 static inline unsigned int *nf_ct_timeout_lookup(const struct nf_conn *ct) in nf_ct_timeout_lookup() function
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_generic.c51 const unsigned int *timeout = nf_ct_timeout_lookup(ct); in generic_packet()
Dnf_conntrack_proto_icmpv6.c99 unsigned int *timeout = nf_ct_timeout_lookup(ct); in icmpv6_packet()
Dnf_conntrack_proto_udp.c53 timeouts = nf_ct_timeout_lookup(ct); in udp_packet()
Dnf_conntrack_proto_gre.c259 unsigned int *timeouts = nf_ct_timeout_lookup(ct); in gre_new()
Dnf_conntrack_proto_icmp.c89 unsigned int *timeout = nf_ct_timeout_lookup(ct); in icmp_packet()
Dnf_conntrack_proto_dccp.c522 timeouts = nf_ct_timeout_lookup(ct); in dccp_packet()
Dnf_conntrack_proto_sctp.c378 timeouts = nf_ct_timeout_lookup(ct); in sctp_packet()
Dnf_conntrack_proto_tcp.c1019 timeouts = nf_ct_timeout_lookup(ct); in tcp_packet()