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

/xnu-2422.115.4/bsd/netinet6/
H A Dip6protosw.h183 void (*pr_drain)(void); /* flush any excess space possible */ member in struct:ip6protosw
H A Din6_proto.c177 .pr_drain = ip6_drain,
207 .pr_drain = tcp_drain,
397 _CASSERT(offsetof(struct ip6protosw, pr_drain) ==
398 offsetof(struct protosw, pr_drain));
/xnu-2422.115.4/bsd/netinet/
H A Din_proto.c125 .pr_drain = ip_drain,
151 .pr_drain = tcp_drain,
/xnu-2422.115.4/bsd/sys/
H A Dprotosw.h133 void (*pr_drain)(void); /* flush any excess space possible */ member in struct:protosw_old
169 * The system will call the pr_drain entry if it is low on space and this
218 void (*pr_drain)(void); /* flush any excess space possible */ member in struct:protosw
/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c516 pp->pr_drain = opp->pr_drain;
676 if (pp->pr_drain != NULL)
677 (*pp->pr_drain)();
/xnu-2422.115.4/tools/lldbmacros/
H A Dnet.py1822 if (pr.pr_drain):
1824 out_string += GetSourceInformationForAddress(pr.pr_drain) + "\n"

Completed in 31 milliseconds