Lines Matching refs:IFNET_IS_CELLULAR

216 			stats[index].is_expensive = IFNET_IS_CELLULAR(ifp);  in mptcpstats_get_index()
729 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
754 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
756 IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
765 IFNET_IS_CELLULAR(subifp), in mptcp_check_subflows_and_add()
776 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
793 IFNET_IS_CELLULAR(subifp), mpts->mpts_socket->so_state, in mptcp_check_subflows_and_add()
796 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
900 if (ifp == NULL || !IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_cell_subflows()
921 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_wifi_subflows()
969 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_pure_handover_subflows_remove()
1013 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_handover_subflows_remove()
1061 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_targetbased_subflows_remove()
2892 if (IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_input()
3334 if (IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_output()
4099 if (IFNET_IS_CELLULAR(inp->inp_last_outifp) && in mptcp_subflow_connected_ev()
4114 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_subflow_connected_ev()
4133 if (IFNET_IS_CELLULAR(inp->inp_last_outifp) && in mptcp_subflow_connected_ev()
4152 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_subflow_connected_ev()
4456 !IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_sosetopt()
4466 !IFNET_IS_CELLULAR(ifp)) { in mptcp_subflow_sosetopt()