Lines Matching refs:IFNET_IS_CELLULAR

221 			stats[index].is_expensive = IFNET_IS_CELLULAR(ifp);  in mptcpstats_get_index()
738 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
763 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
765 IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
774 IFNET_IS_CELLULAR(subifp), in mptcp_check_subflows_and_add()
785 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
802 IFNET_IS_CELLULAR(subifp), mpts->mpts_socket->so_state, in mptcp_check_subflows_and_add()
805 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
909 if (ifp == NULL || !IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_cell_subflows()
930 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_wifi_subflows()
978 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_pure_handover_subflows_remove()
1022 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_handover_subflows_remove()
1070 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_targetbased_subflows_remove()
2930 if (IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_input()
3372 if (IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_output()
4138 if (IFNET_IS_CELLULAR(inp->inp_last_outifp) && in mptcp_subflow_connected_ev()
4153 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_subflow_connected_ev()
4172 if (IFNET_IS_CELLULAR(inp->inp_last_outifp) && in mptcp_subflow_connected_ev()
4191 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_subflow_connected_ev()
4504 !IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_sosetopt()
4514 !IFNET_IS_CELLULAR(ifp)) { in mptcp_subflow_sosetopt()