Searched refs:na_notify (Results 1 – 2 of 2) sorted by relevance
306 int (*na_notify)(struct __kern_channel_ring *kring, struct proc *, member
67 static int na_notify(struct __kern_channel_ring *, struct proc *, uint32_t);1122 if (na->na_notify == NULL) { in na_attach_common()1123 na->na_notify = na_notify; in na_attach_common()1160 na_notify(struct __kern_channel_ring *kring, struct proc *p, uint32_t flags) in na_notify() function1643 kring->ckr_na_notify = na->na_notify; in na_kr_create()