Home
last modified time | relevance | path

Searched refs:stream_timeout (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_gre.c192 (ct->proto.gre.stream_timeout / HZ)); in gre_print_conntrack()
218 ct->proto.gre.stream_timeout = timeouts[GRE_CT_REPLIED]; in nf_conntrack_gre_packet()
227 ct->proto.gre.stream_timeout); in nf_conntrack_gre_packet()
H A Dnf_conntrack_pptp.c98 ct->proto.gre.stream_timeout = PPTP_GRE_STREAM_TIMEOUT; in pptp_expectfn()
144 sibling->proto.gre.stream_timeout = 0; in destroy_sibling_or_exp()
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h9 unsigned int stream_timeout; member