Lines Matching refs:os_log_error
386 os_log_error(OS_LOG_DEFAULT, "ipsec_register_control - ctl_register failed: %d\n", result); in ipsec_register_control()
393 …os_log_error(OS_LOG_DEFAULT, "ipsec_register_control - proto_register_plumber(PF_INET, IFNET_FAMIL… in ipsec_register_control()
404 …os_log_error(OS_LOG_DEFAULT, "ipsec_register_control - proto_register_plumber(PF_INET6, IFNET_FAMI… in ipsec_register_control()
512 os_log_error(OS_LOG_DEFAULT, "%s: failed to register domain provider\n", __func__); in ipsec_register_nexus()
607 …os_log_error(OS_LOG_DEFAULT, "%s: %s cannot find channel %s\n", __func__, pcb->ipsec_if_xname, uui… in ipsec_kpipe_ring_init()
703 os_log_error(OS_LOG_DEFAULT, "ipsec encrypt kpipe pkt: source " in ipsec_encrypt_kpipe_pkt()
717 os_log_error(OS_LOG_DEFAULT, "ipsec4 interface kpipe " in ipsec_encrypt_kpipe_pkt()
726 os_log_error(OS_LOG_DEFAULT, "ipsec6 interface kpipe " in ipsec_encrypt_kpipe_pkt()
733 os_log_error(OS_LOG_DEFAULT, "received unknown packet version: %d\n", in ipsec_encrypt_kpipe_pkt()
753 os_log_error(OS_LOG_DEFAULT, "%s: data path stopped for %s\n", __func__, if_name(pcb->ipsec_ifp)); in ipsec_kpipe_sync_rx()
774 os_log_error(OS_LOG_DEFAULT, "%s: %s ring %s index %d no room in rx_ring\n", __func__, in ipsec_kpipe_sync_rx()
784 os_log_error(OS_LOG_DEFAULT, "%s: %s ring %s index %d bad netif_txring 1\n", __func__, in ipsec_kpipe_sync_rx()
804 os_log_error(OS_LOG_DEFAULT, "%s: %s ring %s index %d bad netif_txring 2\n", __func__, in ipsec_kpipe_sync_rx()
938 …os_log_error(OS_LOG_DEFAULT, "ipsec_kpipe_sync_rx: ifnet_enable_output returned error %d\n", error… in ipsec_kpipe_sync_rx()
1098 os_log_error(OS_LOG_DEFAULT, "%s: data path stopped for %s\n", __func__, if_name(pcb->ipsec_ifp)); in ipsec_netif_sync_tx()
1185 …os_log_error(OS_LOG_DEFAULT, "ipsec_netif_sync_tx %s - failed policy check\n", pcb->ipsec_ifp->if_… in ipsec_netif_sync_tx()
1193 …os_log_error(OS_LOG_DEFAULT, "ipsec_netif_sync_tx %s - ipsec_output error %d\n", pcb->ipsec_ifp->i… in ipsec_netif_sync_tx()
1197 …os_log_error(OS_LOG_DEFAULT, "ipsec_netif_sync_tx %s - mbuf_copyback(%zu) error %d\n", pcb->ipsec_… in ipsec_netif_sync_tx()
1204 …os_log_error(OS_LOG_DEFAULT, "ipsec_netif_sync_tx %s - mbuf_gethdr error %d\n", pcb->ipsec_ifp->if… in ipsec_netif_sync_tx()
1209 …os_log_error(OS_LOG_DEFAULT, "ipsec_netif_sync_tx %s - 0 length packet\n", pcb->ipsec_ifp->if_xnam… in ipsec_netif_sync_tx()
1215 …os_log_error(OS_LOG_DEFAULT, "ipsec_netif_sync_tx %s: no encrypted packet to send\n", pcb->ipsec_i… in ipsec_netif_sync_tx()
1260 os_log_error(OS_LOG_DEFAULT, "%s: %s ring %s tx refill failed %d\n", __func__, in ipsec_netif_tx_doorbell_one()
1270 os_log_error(OS_LOG_DEFAULT, "%s: %s ring %s index %d bad netif_txring 3\n", __func__, in ipsec_netif_tx_doorbell_one()
1282 …os_log_error(OS_LOG_DEFAULT, "ipsec_netif_tx_doorbell: ifnet_disable_output returned error %d\n", … in ipsec_netif_tx_doorbell_one()
1313 os_log_error(OS_LOG_DEFAULT, "%s: data path stopped for %s\n", __func__, if_name(pcb->ipsec_ifp)); in ipsec_netif_tx_doorbell()
1476 os_log_error(OS_LOG_DEFAULT, "%s: data path stopped for %s\n", __func__, if_name(pcb->ipsec_ifp)); in ipsec_netif_sync_rx()
1538 …os_log_error(OS_LOG_DEFAULT, "ipsec_netif_sync_rx %s: legacy decrypted packet length cannot hold I… in ipsec_netif_sync_rx()
1556 os_log_error(OS_LOG_DEFAULT, "ipsec_netif_sync_rx %s: legacy unknown ip version %u\n", in ipsec_netif_sync_rx()
1585 …os_log_error(OS_LOG_DEFAULT, "ipsec_netif_sync_rx %s: failed to fragment IPv4 packet of length %zu… in ipsec_netif_sync_rx()
1595 …os_log_error(OS_LOG_DEFAULT, "ipsec_netif_sync_rx %s: failed to fragment IPv6 packet of length %zu… in ipsec_netif_sync_rx()
1609 …os_log_error(OS_LOG_DEFAULT, "ipsec_netif_sync_rx %s: failed to fragment IPv6 packet of length %zu… in ipsec_netif_sync_rx()
1620 …os_log_error(OS_LOG_DEFAULT, "ipsec_netif_sync_rx %s: uknown legacy decrypted packet length %zu > … in ipsec_netif_sync_rx()
1834 os_log_error(OS_LOG_DEFAULT, "%s: kern_nexus_attr_create failed: %d\n", in ipsec_nexus_ifattach()
1888 os_log_error(OS_LOG_DEFAULT, "%s pbufbool create failed, error %d\n", __func__, err); in ipsec_nexus_ifattach()
1901 os_log_error(OS_LOG_DEFAULT, "%s register provider failed, error %d\n", in ipsec_nexus_ifattach()
1923 os_log_error(OS_LOG_DEFAULT, "%s alloc_net_provider_instance failed, %d\n", in ipsec_nexus_ifattach()
1952 os_log_error(OS_LOG_DEFAULT, "%s free_provider_instance failed %d\n", in ipsec_detach_provider_and_instance()
1961 os_log_error(OS_LOG_DEFAULT, "%s deregister_provider %d\n", __func__, err); in ipsec_detach_provider_and_instance()
1980 os_log_error(OS_LOG_DEFAULT, "%s: kern_nexus_ifdetach ms device failed %d\n", in ipsec_nexus_detach()
2014 os_log_error(OS_LOG_DEFAULT, "%s can't get %s provider, error %d\n", in ipsec_create_fs_provider_and_instance()
2022 os_log_error(OS_LOG_DEFAULT, "%s: kern_nexus_attr_create failed: %d\n", in ipsec_create_fs_provider_and_instance()
2059 os_log_error(OS_LOG_DEFAULT, "%s register %s provider failed, error %d\n", in ipsec_create_fs_provider_and_instance()
2071 os_log_error(OS_LOG_DEFAULT, "%s alloc_provider_instance %s failed, %d\n", in ipsec_create_fs_provider_and_instance()
2095 os_log_error(OS_LOG_DEFAULT, "%s: failed to create bridge provider and instance\n", in ipsec_flowswitch_attach()
2105 os_log_error(OS_LOG_DEFAULT, "%s kern_nexus_ifattach ms device %d\n", __func__, err); in ipsec_flowswitch_attach()
2118 os_log_error(OS_LOG_DEFAULT, "ipsec_flowswitch_attach - flowswitch is NULL\n"); in ipsec_flowswitch_attach()
2122 os_log_error(OS_LOG_DEFAULT, "ipsec_flowswitch_attach - unable to find flowswitch nexus\n"); in ipsec_flowswitch_attach()
2156 os_log_error(OS_LOG_DEFAULT, "%s: kern_nexus_controller_create failed: %d\n", in ipsec_register_kernel_pipe_nexus()
2165 os_log_error(OS_LOG_DEFAULT, "%s: kern_nexus_get_default_domain_provider failed: %d\n", in ipsec_register_kernel_pipe_nexus()
2188 os_log_error(OS_LOG_DEFAULT, "%s: kern_nexus_attr_create failed: %d\n", in ipsec_register_kernel_pipe_nexus()
2222 os_log_error(OS_LOG_DEFAULT, "%s: kern_nexus_controller_register_provider failed: %d\n", in ipsec_register_kernel_pipe_nexus()
2353 os_log_error(OS_LOG_DEFAULT, "%s: %s failed to register kernel pipe nexus\n", in ipsec_enable_channel()
2378 os_log_error(OS_LOG_DEFAULT, "%s: %s pbufbool create failed, error %d\n", in ipsec_enable_channel()
2651 os_log_error(OS_LOG_DEFAULT, "ipsec_ctl_connect - kpipe requires netif: failed %d\n", result); in ipsec_ctl_connect()
2673 os_log_error(OS_LOG_DEFAULT, "%s: %s failed to enable channels\n", in ipsec_ctl_connect()
2683 os_log_error(OS_LOG_DEFAULT, "ipsec_ctl_connect - ipsec_nexus_ifattach failed: %d\n", result); in ipsec_ctl_connect()
2691 os_log_error(OS_LOG_DEFAULT, "ipsec_ctl_connect - ipsec_flowswitch_attach failed: %d\n", result); in ipsec_ctl_connect()
2705 os_log_error(OS_LOG_DEFAULT, "ipsec_ctl_connect - ifnet_allocate failed: %d\n", result); in ipsec_ctl_connect()
2715 os_log_error(OS_LOG_DEFAULT, "ipsec_ctl_connect - ifnet_attach failed: %d\n", result); in ipsec_ctl_connect()
2790 os_log_error(OS_LOG_DEFAULT, "ipsec_remove_address - ifaddr_address failed: %d", result); in ipsec_remove_address()
2794 os_log_error(OS_LOG_DEFAULT, "ipsec_remove_address - SIOCDIFADDR failed: %d", result); in ipsec_remove_address()
2806 os_log_error(OS_LOG_DEFAULT, "ipsec_remove_address - ifaddr_address failed (v6): %d", in ipsec_remove_address()
2811 os_log_error(OS_LOG_DEFAULT, "ipsec_remove_address - SIOCDIFADDR_IN6 failed: %d", in ipsec_remove_address()
2829 os_log_error(OS_LOG_DEFAULT, "ipsec_cleanup_family - invalid protocol family %d\n", protocol); in ipsec_cleanup_family()
2837 os_log_error(OS_LOG_DEFAULT, "ipsec_cleanup_family - failed to create %s socket: %d\n", in ipsec_cleanup_family()
2852 os_log_error(OS_LOG_DEFAULT, "ipsec_cleanup_family - ipsec_detach_ip failed: %d\n", result); in ipsec_cleanup_family()
2863 os_log_error(OS_LOG_DEFAULT, "fnet_get_address_list_family(%s%d, 0xblah, %s) - failed: %d\n", in ipsec_cleanup_family()
2879 os_log_error(OS_LOG_DEFAULT, "ipsec_cleanup_family - ipsec_detach_ip failed: %d\n", result); in ipsec_cleanup_family()
2994 os_log_error(OS_LOG_DEFAULT, "ipsec_ctl_disconnect - ifnet_detach failed: %d\n", result); in ipsec_ctl_disconnect()
3111 os_log_error(OS_LOG_DEFAULT, "%s IPSEC_OPT_SET_DELEGATE_INTERFACE %s to %s\n", in ipsec_ctl_setopt()
3139 os_log_error(OS_LOG_DEFAULT, "%s IPSEC_OPT_OUTPUT_TRAFFIC_CLASS %s svc %d\n", in ipsec_ctl_setopt()
3650 …os_log_error(OS_LOG_DEFAULT, "ipsec_output: first mbuf length shorter than IP header length: %d.\n… in ipsec_output()
3668 os_log_error(OS_LOG_DEFAULT, "ipsec_output: Bad ip header length %d.\n", ip_hlen); in ipsec_output()
3697 os_log_error(OS_LOG_DEFAULT, "ipsec_output: ipsec4_output error %d.\n", error); in ipsec_output()
3751 …os_log_error(OS_LOG_DEFAULT, "ipsec_output: first mbuf length shorter than IPv6 header length: %d.… in ipsec_output()
3766 os_log_error(OS_LOG_DEFAULT, "ipsec_output: ipsec6_splithdr returned NULL\n"); in ipsec_output()
3785 os_log_error(OS_LOG_DEFAULT, "ipsec_output: ipsec6_output error %d\n", error); in ipsec_output()
3837 os_log_error(OS_LOG_DEFAULT, "ipsec_output: Received unknown packet version %d.\n", ip_version); in ipsec_output()
4086 os_log_error(OS_LOG_DEFAULT, "ipsec_attach_inet - ifnet_attach_protocol %d failed: %d\n", in ipsec_attach_proto()