Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Duipc_socket.c8020 int noexpensive_old, noexpensive_new; in so_set_restrictions() local
8037 noexpensive_old = (so->so_restrictions & SO_RESTRICT_DENY_EXPENSIVE); in so_set_restrictions()
8048 (noexpensive_new - noexpensive_old) == 0 && in so_set_restrictions()
8060 if (noexpensive_new - noexpensive_old != 0) { in so_set_restrictions()