Searched refs:NLMSGERR_ATTR_MSG (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dnlattr.c161 [NLMSGERR_ATTR_MSG] = { .type = LIBBPF_NLA_STRING },
189 if (tb[NLMSGERR_ATTR_MSG])
190 errmsg = (char *) libbpf_nla_data(tb[NLMSGERR_ATTR_MSG]);
/linux-master/tools/include/uapi/linux/
H A Dnetlink.h126 * @NLMSGERR_ATTR_MSG: error message string (string)
137 NLMSGERR_ATTR_MSG, enumerator in enum:nlmsgerr_attrs
/linux-master/include/uapi/linux/
H A Dnetlink.h136 * @NLMSGERR_ATTR_MSG: error message string (string)
152 NLMSGERR_ATTR_MSG, enumerator in enum:nlmsgerr_attrs
/linux-master/tools/net/ynl/lib/
H A Dynl.py72 NLMSGERR_ATTR_MSG = 1 variable in class:Netlink
194 if extack.type == Netlink.NLMSGERR_ATTR_MSG:
H A Dynl.c172 case NLMSGERR_ATTR_MSG:
/linux-master/net/netlink/
H A Daf_netlink.c2189 if (!nla_put_string(skb, NLMSGERR_ATTR_MSG, extack->_msg))
2446 WARN_ON(nla_put_string(skb, NLMSGERR_ATTR_MSG, extack->_msg));
/linux-master/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c89 if (attrs->rta_type == NLMSGERR_ATTR_MSG)

Completed in 239 milliseconds