Home
last modified time | relevance | path

Searched refs:nlmsg_report_err_msg (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/netlink/route/
H A Diface_drivers.c80 nlmsg_report_err_msg(npt, "Not enough privileges to set descr"); in _nl_modify_ifp_generic()
95 nlmsg_report_err_msg(npt, "Not enough privileges to set mtu"); in _nl_modify_ifp_generic()
103 nlmsg_report_err_msg(npt, "unable to set promisc"); in _nl_modify_ifp_generic()
H A Diface.c380 nlmsg_report_err_msg(npt, in check_ifmsg()
705 nlmsg_report_err_msg(npt, "wrong family for %s attribute: %d != %d", in check_sa_family()
1118 nlmsg_report_err_msg(npt, "invalid ifa_prefixlen"); in handle_newaddr_inet()
1127 nlmsg_report_err_msg(npt, "Empty IFA_LOCAL/IFA_ADDRESS"); in handle_newaddr_inet()
1148 nlmsg_report_err_msg(npt, "Empty IFA_LOCAL/IFA_ADDRESS"); in handle_newaddr_inet()
1203 nlmsg_report_err_msg(npt, "empty IFA_ADDRESS/IFA_LOCAL"); in handle_deladdr_inet()
1221 nlmsg_report_err_msg(npt, "invalid ifa_prefixlen"); in handle_newaddr_inet6()
1246 nlmsg_report_err_msg(npt, "Empty IFA_LOCAL/IFA_ADDRESS"); in handle_newaddr_inet6()
1287 nlmsg_report_err_msg(npt, "Empty IFA_LOCAL/IFA_ADDRESS"); in handle_deladdr_inet6()
1314 nlmsg_report_err_msg(npt, "Unable to find interface with index %u", in rtnl_handle_addr()
/freebsd-14.2/sys/netlink/
H A Dnetlink_message_parser.h199 bool nlmsg_report_err_msg(struct nl_pstate *npt, const char *fmt, ...);
202 nlmsg_report_err_msg(_npt, _fmt, ## __VA_ARGS__); \
223 nlmsg_report_err_msg(npt, "header too short: expected %d, got %d", in nl_parse_header()
H A Dnetlink_message_parser.c55 nlmsg_report_err_msg(struct nl_pstate *npt, const char *fmt, ...) in nlmsg_report_err_msg() function
/freebsd-14.2/sys/tests/
H A Dktest.c174 nlmsg_report_err_msg(npt, "KTEST_ATTR_MOD_NAME not set"); in run_test()
179 nlmsg_report_err_msg(npt, "KTEST_ATTR_TEST_NAME not set"); in run_test()
/freebsd-14.2/sys/net/
H A Dif_vlan.c1268 nlmsg_report_err_msg(npt, "vlan id is required, guessing not supported"); in vlan_clone_create_nl()
1276 nlmsg_report_err_msg(npt, "Invalid VID: %d", attrs.vlan_id); in vlan_clone_create_nl()
1280 nlmsg_report_err_msg(npt, "Unsupported ethertype: 0x%04X", attrs.vlan_proto); in vlan_clone_create_nl()
1297 nlmsg_report_err_msg(npt, "unable to find parent interface %u", lattrs->ifi_index); in vlan_clone_create_nl()
1327 nlmsg_report_err_msg(ifd->npt, "unable to find parent interface %u", in vlan_clone_modify_nl()