Home
last modified time | relevance | path

Searched refs:log_link_message_warning_errno (Results 1 – 15 of 15) sorted by relevance

/systemd-251/src/network/
Dnetworkd-setlink.c56 log_link_message_warning_errno(link, m, r, error_msg); in set_link_handler_internal()
961 log_link_message_warning_errno(link, m, r, error_msg); in link_up_or_down_handler()
1159log_link_message_warning_errno(link, m, r, "Could not bring down interface, ignoring"); in link_down_now_handler()
1210 log_link_message_warning_errno(link, m, r, "Could not remove interface, ignoring"); in link_remove_handler()
Dnetworkd-ipv6-proxy-ndp.c43log_link_message_warning_errno(link, m, r, "Could not add IPv6 proxy ndp address entry, ignoring"); in ipv6_proxy_ndp_address_configure_handler()
Dnetworkd-util.h140 #define log_link_message_warning_errno(link, m, err, msg) log_link_message_full_errno(link, m, LOG_… macro
Dnetworkd-neighbor.c247 log_link_message_warning_errno(link, m, r, "Could not set neighbor"); in static_neighbor_configure_handler()
339 log_link_message_warning_errno(link, m, r, "Could not remove neighbor"); in neighbor_remove_handler()
Dnetworkd-address-label.c82 log_link_message_warning_errno(link, m, r, "Could not set address label"); in address_label_configure_handler()
Dnetworkd-bridge-mdb.c98 log_link_message_warning_errno(link, m, r, "Could not add MDB entry"); in bridge_mdb_configure_handler()
Dnetworkd-bridge-fdb.c104 log_link_message_warning_errno(link, m, r, "Could not add bridge FDB entry"); in bridge_fdb_configure_handler()
Dnetworkd-nexthop.c384 log_link_message_warning_errno(link, m, r, "Could not drop nexthop, ignoring"); in nexthop_remove_handler()
499 log_link_message_warning_errno(link, m, r, "Could not set nexthop"); in static_nexthop_handler()
Dnetworkd-address.c721 log_link_message_warning_errno(link, m, r, "Could not drop address"); in address_remove_handler()
1029 log_link_message_warning_errno(link, m, r, error_msg); in address_configure_handler_internal()
Dnetworkd-dhcp-prefix-delegation.c930log_link_message_warning_errno(link, m, r, "Failed to create tunnel device for DHCPv4 6rd"); in dhcp4_pd_6rd_tunnel_create_handler()
Dnetworkd-route.c721 log_link_message_warning_errno(link, m, r, "Could not drop route, ignoring"); in route_remove_handler()
1146 log_link_message_warning_errno(link, m, r, "Could not set route"); in route_configure_handler_internal()
Dnetworkd-dhcp4.c196 log_link_message_warning_errno(link, m, r, "Could not set DHCPv4 route"); in dhcp4_route_handler()
Dnetworkd-routing-policy-rule.c753 log_link_message_warning_errno(link, m, r, "Could not add routing policy rule"); in static_routing_policy_rule_configure_handler()
Dnetworkd-link.c2657 log_link_message_warning_errno(link, m, r, error_msg); in link_getlink_handler_internal()
/systemd-251/src/network/netdev/
Dnetdev.c658 log_link_message_warning_errno(link, m, r, "Could not create stacked netdev"); in create_stacked_netdev_handler()