Lines Matching refs:IFNET_IS_CELLULAR

217 			stats[index].is_expensive = IFNET_IS_CELLULAR(ifp);  in mptcpstats_get_index()
732 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
757 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
759 IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
768 IFNET_IS_CELLULAR(subifp), in mptcp_check_subflows_and_add()
779 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
796 IFNET_IS_CELLULAR(subifp), mpts->mpts_socket->so_state, in mptcp_check_subflows_and_add()
799 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
903 if (ifp == NULL || !IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_cell_subflows()
924 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_wifi_subflows()
972 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_pure_handover_subflows_remove()
1016 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_handover_subflows_remove()
1064 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_targetbased_subflows_remove()
2903 if (IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_input()
3345 if (IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_output()
4109 if (IFNET_IS_CELLULAR(inp->inp_last_outifp) && in mptcp_subflow_connected_ev()
4124 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_subflow_connected_ev()
4143 if (IFNET_IS_CELLULAR(inp->inp_last_outifp) && in mptcp_subflow_connected_ev()
4162 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_subflow_connected_ev()
4475 !IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_sosetopt()
4485 !IFNET_IS_CELLULAR(ifp)) { in mptcp_subflow_sosetopt()