Searched refs:pr_slowtimo (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/sys/netinet6/
H A Dip6protosw.h137 void (*pr_slowtimo) /* slow timeout (500ms) */ member in struct:ip6protosw
H A Din6_proto.c157 .pr_slowtimo = frag6_slowtimo,
184 .pr_slowtimo = tcp_slowtimo,
253 .pr_slowtimo = icmp6_slowtimo,
/freebsd-10.1-release/sys/netipx/
H A Dipx_proto.c112 .pr_slowtimo = spx_slowtimo,
/freebsd-10.1-release/sys/netinet/
H A Din_proto.c124 .pr_slowtimo = ip_slowtimo,
154 .pr_slowtimo = tcp_slowtimo,
227 .pr_slowtimo = igmp_slowtimo,
/freebsd-10.1-release/sys/kern/
H A Duipc_domain.c454 dpr->pr_slowtimo = NULL;
507 if (pr->pr_slowtimo)
508 (*pr->pr_slowtimo)();
H A Duipc_debug.c336 db_printf("pr_slowtimo: %p ", pr->pr_slowtimo);
/freebsd-10.1-release/sys/sys/
H A Dprotosw.h52 * every 500ms through the pr_slowtimo for timer based actions.
92 pr_slowtimo_t *pr_slowtimo; /* slow timeout (500ms) */ member in struct:protosw

Completed in 82 milliseconds