Searched refs:SO_RESTRICT_DENY_CELLULAR (Results 1 – 7 of 7) sorted by relevance
103 #define SO_RESTRICT_DENY_CELLULAR 0x4 /* deny use of cellular (trapdoor) */ macro
1405 (mp_so->so_restrictions & SO_RESTRICT_DENY_CELLULAR)) { in mptcp_session_necp_cb()1528 (mp_so->so_restrictions & SO_RESTRICT_DENY_CELLULAR)) { in mptcp_set_restrictions()
2650 SO_RESTRICT_DENY_CELLULAR); in ip_ctloutput()
3285 if (so != NULL && !(so->so_restrictions & SO_RESTRICT_DENY_CELLULAR)) { in inp_clear_nocellular()
7834 nocell_old = (so->so_restrictions & SO_RESTRICT_DENY_CELLULAR); in so_set_restrictions()7838 SO_RESTRICT_DENY_OUT | SO_RESTRICT_DENY_CELLULAR | in so_set_restrictions()7840 nocell_new = (so->so_restrictions & SO_RESTRICT_DENY_CELLULAR); in so_set_restrictions()7878 SO_RESTRICT_DENY_CELLULAR | SO_RESTRICT_DENY_EXPENSIVE); in so_get_restrictions()
2719 !(so->so_restrictions & SO_RESTRICT_DENY_CELLULAR) && in soevent()
2894 SO_RESTRICT_DENY_CELLULAR); in ip6_ctloutput()