Searched refs:pr_update_last_owner (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.140.69/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-11417.140.69/bsd/netinet6/ |
| H A D | in6_proto.c | 187 .pr_update_last_owner = inp_update_last_owner, 207 .pr_update_last_owner = inp_update_last_owner, 223 .pr_update_last_owner = inp_update_last_owner, 237 .pr_update_last_owner = inp_update_last_owner, 251 .pr_update_last_owner = inp_update_last_owner, 304 .pr_update_last_owner = inp_update_last_owner, 317 .pr_update_last_owner = inp_update_last_owner, 330 .pr_update_last_owner = inp_update_last_owner, 399 _CASSERT(offsetof(struct ip6protosw, pr_update_last_owner) == in in6_dinit() 400 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-11417.140.69/bsd/sys/ |
| H A D | protosw.h | 297 void (*pr_update_last_owner) /* update last socket owner */ member
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | uipc_socket.c | 536 if (so->so_proto != NULL && so->so_proto->pr_update_last_owner != NULL) { in so_update_last_owner_locked() 537 (*so->so_proto->pr_update_last_owner)(so, self, NULL); in so_update_last_owner_locked() 790 if (prp->pr_update_last_owner != NULL) { in socreate_internal() 791 (*prp->pr_update_last_owner)(so, p, ep); in socreate_internal() 8041 if (so->so_proto != NULL && so->so_proto->pr_update_last_owner != NULL) { in so_set_effective_pid() 8042 (*so->so_proto->pr_update_last_owner)(so, NULL, ep); in so_set_effective_pid() 8153 if (so->so_proto != NULL && so->so_proto->pr_update_last_owner != NULL) { in so_set_effective_uuid() 8154 (*so->so_proto->pr_update_last_owner)(so, NULL, NULL); in so_set_effective_uuid()
|