Searched defs:ip6protosw (Results 1 – 1 of 1) sorted by relevance
155 struct ip6protosw { struct157 struct domain *pr_domain; /* domain protocol a member of */158 struct protosw *pr_protosw; /* pointer to self */182 (struct ip6protosw *, struct domain *); argument183 void (*pr_drain)(void); /* flush any excess space possible */185 int (*pr_sysctl)(void); /* sysctl for protocol */186 int (*pr_lock) /* lock function for protocol */188 int (*pr_unlock) /* unlock for protocol */190 lck_mtx_t *(*pr_getlock) /* retrieve protocol lock */196 struct protosw_old *pr_old;[all …]