Lines Matching refs:log_warning_errno

591                 return log_warning_errno(r, "Could not allocate netlink message: %m");  in routing_policy_rule_remove()
595 return log_warning_errno(r, "Could not create netlink message: %m"); in routing_policy_rule_remove()
601 return log_warning_errno(r, "Could not send netlink message: %m"); in routing_policy_rule_remove()
899 log_warning_errno(r, "rtnl: could not get message type, ignoring: %m"); in manager_rtnl_process_rule()
914 log_warning_errno(r, "rtnl: could not get rule family, ignoring: %m"); in manager_rtnl_process_rule()
923 log_warning_errno(r, "rtnl: could not get FRA_SRC attribute, ignoring: %m"); in manager_rtnl_process_rule()
928log_warning_errno(r, "rtnl: received rule message without valid source prefix length, ignoring: %m… in manager_rtnl_process_rule()
935 log_warning_errno(r, "rtnl: could not get FRA_DST attribute, ignoring: %m"); in manager_rtnl_process_rule()
940log_warning_errno(r, "rtnl: received rule message without valid destination prefix length, ignorin… in manager_rtnl_process_rule()
948log_warning_errno(r, "rtnl: received rule message without valid flag, ignoring: %m"); in manager_rtnl_process_rule()
955 log_warning_errno(r, "rtnl: could not get FRA_FWMARK attribute, ignoring: %m"); in manager_rtnl_process_rule()
961 log_warning_errno(r, "rtnl: could not get FRA_FWMASK attribute, ignoring: %m"); in manager_rtnl_process_rule()
967 log_warning_errno(r, "rtnl: could not get FRA_PRIORITY attribute, ignoring: %m"); in manager_rtnl_process_rule()
976 log_warning_errno(r, "rtnl: could not get FRA_TABLE attribute, ignoring: %m"); in manager_rtnl_process_rule()
982 log_warning_errno(r, "rtnl: could not get FIB rule TOS, ignoring: %m"); in manager_rtnl_process_rule()
988 log_warning_errno(r, "rtnl: could not get FIB rule type, ignoring: %m"); in manager_rtnl_process_rule()
994 log_warning_errno(r, "rtnl: could not get FRA_IIFNAME attribute, ignoring: %m"); in manager_rtnl_process_rule()
1000 log_warning_errno(r, "rtnl: could not get FRA_OIFNAME attribute, ignoring: %m"); in manager_rtnl_process_rule()
1006 log_warning_errno(r, "rtnl: could not get FRA_IP_PROTO attribute, ignoring: %m"); in manager_rtnl_process_rule()
1017 log_warning_errno(r, "rtnl: could not get FRA_PROTOCOL attribute, ignoring: %m"); in manager_rtnl_process_rule()
1023 log_warning_errno(r, "rtnl: could not get FRA_L3MDEV attribute, ignoring: %m"); in manager_rtnl_process_rule()
1029 log_warning_errno(r, "rtnl: could not get FRA_SPORT_RANGE attribute, ignoring: %m"); in manager_rtnl_process_rule()
1035 log_warning_errno(r, "rtnl: could not get FRA_DPORT_RANGE attribute, ignoring: %m"); in manager_rtnl_process_rule()
1041 log_warning_errno(r, "rtnl: could not get FRA_UID_RANGE attribute, ignoring: %m"); in manager_rtnl_process_rule()
1048log_warning_errno(r, "rtnl: could not get FRA_SUPPRESS_PREFIXLEN attribute, ignoring: %m"); in manager_rtnl_process_rule()
1057log_warning_errno(r, "rtnl: could not get FRA_SUPPRESS_IFGROUP attribute, ignoring: %m"); in manager_rtnl_process_rule()
1083log_warning_errno(r, "Could not remember foreign rule, ignoring: %m"); in manager_rtnl_process_rule()