Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Duipc_socket.c7789 int noexpensive_old, noexpensive_new; in so_set_restrictions() local
7812 noexpensive_new = (so->so_restrictions & SO_RESTRICT_DENY_EXPENSIVE); in so_set_restrictions()
7817 (noexpensive_new - noexpensive_old) == 0 && in so_set_restrictions()
7829 if (noexpensive_new - noexpensive_old != 0) { in so_set_restrictions()