Searched refs:pr_update_last_owner (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | in_proto.c | 139 .pr_update_last_owner = inp_update_last_owner, 157 .pr_update_last_owner = inp_update_last_owner, 169 .pr_update_last_owner = inp_update_last_owner, 180 .pr_update_last_owner = inp_update_last_owner, 191 .pr_update_last_owner = inp_update_last_owner, 203 .pr_update_last_owner = inp_update_last_owner, 215 .pr_update_last_owner = inp_update_last_owner, 244 .pr_update_last_owner = inp_update_last_owner, 255 .pr_update_last_owner = inp_update_last_owner, 267 .pr_update_last_owner = inp_update_last_owner,
|
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | in6_proto.c | 184 .pr_update_last_owner = inp_update_last_owner, 204 .pr_update_last_owner = inp_update_last_owner, 220 .pr_update_last_owner = inp_update_last_owner, 234 .pr_update_last_owner = inp_update_last_owner, 248 .pr_update_last_owner = inp_update_last_owner, 301 .pr_update_last_owner = inp_update_last_owner, 314 .pr_update_last_owner = inp_update_last_owner, 327 .pr_update_last_owner = inp_update_last_owner, 396 _CASSERT(offsetof(struct ip6protosw, pr_update_last_owner) == in in6_dinit() 397 offsetof(struct protosw, pr_update_last_owner)); in in6_dinit()
|
| H A D | ip6protosw.h | 198 void (*pr_update_last_owner) /* update last socket owner) */ member
|
| /xnu-10063.101.15/bsd/sys/ |
| H A D | protosw.h | 297 void (*pr_update_last_owner) /* update last socket owner */ member
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | uipc_socket.c | 533 if (so->so_proto != NULL && so->so_proto->pr_update_last_owner != NULL) { in so_update_last_owner_locked() 534 (*so->so_proto->pr_update_last_owner)(so, self, NULL); in so_update_last_owner_locked() 791 if (prp->pr_update_last_owner != NULL) { in socreate_internal() 792 (*prp->pr_update_last_owner)(so, p, ep); in socreate_internal() 7929 if (so->so_proto != NULL && so->so_proto->pr_update_last_owner != NULL) { in so_set_effective_pid() 7930 (*so->so_proto->pr_update_last_owner)(so, NULL, ep); in so_set_effective_pid() 8041 if (so->so_proto != NULL && so->so_proto->pr_update_last_owner != NULL) { in so_set_effective_uuid() 8042 (*so->so_proto->pr_update_last_owner)(so, NULL, NULL); in so_set_effective_uuid()
|