Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Din_proto.c123 .pr_drain = ip_drain,
152 .pr_drain = tcp_drain,
/xnu-11417.121.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,
202 .pr_drain = tcp_drain,
385 _CASSERT(offsetof(struct ip6protosw, pr_drain) == in in6_dinit()
386 offsetof(struct protosw, pr_drain)); in in6_dinit()
/xnu-11417.121.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-11417.121.6/bsd/kern/
H A Duipc_domain.c537 pp->pr_drain = opp->pr_drain; in net_add_proto_old()
703 if (pp->pr_drain != NULL) { in domain_timeout()
704 (*pp->pr_drain)(); in domain_timeout()
/xnu-11417.121.6/tools/lldbmacros/
H A Dnet.py2035 if (pr.pr_drain):
2037 out_string += GetSourceInformationForAddress(pr.pr_drain) + "\n"