Home
last modified time | relevance | path

Searched refs:na_notify (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_adapter.h314 int (*na_notify)(struct __kern_channel_ring *kring, struct proc *, member
H A Dnexus_adapter.c67 static int na_notify(struct __kern_channel_ring *, struct proc *, uint32_t);
1096 if (na->na_notify == NULL) { in na_attach_common()
1097 na->na_notify = na_notify; in na_attach_common()
1133 na_notify(struct __kern_channel_ring *kring, struct proc *p, uint32_t flags) in na_notify() function
1642 kring->ckr_na_notify = na->na_notify; in na_kr_create()