Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet6/
H A Dip6protosw.h183 void (*pr_drain)(void); /* flush any excess space possible */ member
H A Din6_proto.c166 .pr_drain = ip6_drain,
199 .pr_drain = tcp_drain,
382 _CASSERT(offsetof(struct ip6protosw, pr_drain) == in in6_dinit()
383 offsetof(struct protosw, pr_drain)); in in6_dinit()
/xnu-10002.41.9/bsd/netinet/
H A Din_proto.c123 .pr_drain = ip_drain,
152 .pr_drain = tcp_drain,
/xnu-10002.41.9/bsd/kern/
H A Duipc_domain.c534 pp->pr_drain = opp->pr_drain; in net_add_proto_old()
700 if (pp->pr_drain != NULL) { in domain_timeout()
701 (*pp->pr_drain)(); in domain_timeout()
/xnu-10002.41.9/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-10002.41.9/tools/lldbmacros/
H A Dnet.py2163 if (pr.pr_drain):
2165 out_string += GetSourceInformationForAddress(pr.pr_drain) + "\n"