Home
last modified time | relevance | path

Searched refs:pr_drain (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_proto.c122 .pr_drain = ip_drain,
151 .pr_drain = tcp_drain,
/xnu-12377.41.6/bsd/netinet6/
H A Dip6protosw.h183 void (*pr_drain)(void); /* flush any excess space possible */ member
H A Din6_proto.c169 .pr_drain = ip6_drain,
198 .pr_drain = tcp_drain,
367 static_assert(offsetof(struct ip6protosw, pr_drain) == offsetof(struct protosw, pr_drain)); in in6_dinit()
/xnu-12377.41.6/bsd/sys/
H A Dprotosw.h197 void (*pr_drain)(void); /* flush any excess space possible */ member
282 void (*pr_drain)(void); /* flush any excess space possible */ member
/xnu-12377.41.6/bsd/kern/
H A Duipc_domain.c539 pp->pr_drain = opp->pr_drain; in net_add_proto_old()
704 if (pp->pr_drain != NULL) { in domain_timeout()
705 (*pp->pr_drain)(); in domain_timeout()
/xnu-12377.41.6/tools/lldbmacros/
H A Dnet.py1982 if (pr.pr_drain):
1984 out_string += GetSourceInformationForAddress(pr.pr_drain) + "\n"