OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifq_ttl
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_state.c
4570
tqp[IPF_TCPS_CLOSED].
ifq_ttl
= softc->ipf_tcpclosed;
4571
tqp[IPF_TCPS_LISTEN].
ifq_ttl
= softc->ipf_tcptimeout;
4572
tqp[IPF_TCPS_SYN_SENT].
ifq_ttl
= softc->ipf_tcpsynsent;
4573
tqp[IPF_TCPS_SYN_RECEIVED].
ifq_ttl
= softc->ipf_tcpsynrecv;
4574
tqp[IPF_TCPS_ESTABLISHED].
ifq_ttl
= softc->ipf_tcpidletimeout;
4575
tqp[IPF_TCPS_CLOSE_WAIT].
ifq_ttl
= softc->ipf_tcphalfclosed;
4576
tqp[IPF_TCPS_FIN_WAIT_1].
ifq_ttl
= softc->ipf_tcphalfclosed;
4577
tqp[IPF_TCPS_CLOSING].
ifq_ttl
= softc->ipf_tcptimeout;
4578
tqp[IPF_TCPS_LAST_ACK].
ifq_ttl
= softc->ipf_tcplastack;
4579
tqp[IPF_TCPS_FIN_WAIT_2].
ifq_ttl
= softc->ipf_tcpclosewait
[
all
...]
ip_ipsec_pxy.c
190
ttl = IPF_TTLVAL(softi->ipsec_nat_tqe->
ifq_ttl
);
ip_fil.h
1306
u_int
ifq_ttl
;
member in struct:ipftq
1320
(x)->
ifq_ttl
= (y); \
fil.c
5622
if (ifq->
ifq_ttl
== period) {
5701
(u_long)ifq, ifq->ifq_flags, ifq->
ifq_ttl
,
5809
tqe->tqe_die = ticks + ifq->
ifq_ttl
;
5855
tqe->tqe_die = ticks + ifq->
ifq_ttl
;
5893
tqe->tqe_die = ticks + nifq->
ifq_ttl
;
8918
oldtimeout = head->
ifq_ttl
;
8922
head->
ifq_ttl
= newtimeout;
ip_nat.c
472
softn->ipf_nat_tcptq[IPF_TCPS_CLOSED].
ifq_ttl
= softc->ipf_tcplastack;
500
if (tq->
ifq_ttl
< softn->ipf_nat_deficmpage)
501
tq->
ifq_ttl
= softn->ipf_nat_deficmpage;
503
else if (tq->
ifq_ttl
> softn->ipf_nat_defage)
504
tq->
ifq_ttl
= softn->ipf_nat_defage;
513
softn->ipf_nat_tcptq[IPF_TCPS_CLOSED].
ifq_ttl
= softc->ipf_tcplastack;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc
184
unsigned int
ifq_ttl
;
member in struct:ipftq
Completed in 35 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025