Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus_adapter.h317 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);
1115 if (na->na_notify == NULL) { in na_attach_common()
1116 na->na_notify = na_notify; in na_attach_common()
1153 na_notify(struct __kern_channel_ring *kring, struct proc *p, uint32_t flags) in na_notify() function
1685 kring->ckr_na_notify = na->na_notify; in na_kr_create()