Searched refs:NLMSGERR_ATTR_OFFS (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | nlattr.c | 162 [NLMSGERR_ATTR_OFFS] = { .type = LIBBPF_NLA_U32 }, in libbpf_nla_dump_errormsg()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | netlink.h | 127 * @NLMSGERR_ATTR_OFFS: offset of the invalid attribute in the original 138 NLMSGERR_ATTR_OFFS, enumerator
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | nlattr.c | 162 [NLMSGERR_ATTR_OFFS] = { .type = LIBBPF_NLA_U32 }, in libbpf_nla_dump_errormsg()
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | netlink.h | 127 * @NLMSGERR_ATTR_OFFS: offset of the invalid attribute in the original 138 NLMSGERR_ATTR_OFFS, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | netlink.h | 91 NLMSGERR_ATTR_OFFS, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | netlink.h | 127 * @NLMSGERR_ATTR_OFFS: offset of the invalid attribute in the original 139 NLMSGERR_ATTR_OFFS, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | netlink.h | 137 * @NLMSGERR_ATTR_OFFS: offset of the invalid attribute in the original 153 NLMSGERR_ATTR_OFFS, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | netlink.h | 99 NLMSGERR_ATTR_OFFS, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | netlink.h | 99 NLMSGERR_ATTR_OFFS, enumerator
|
/kernel/linux/linux-6.6/tools/net/ynl/lib/ |
H A D | ynl.c | 163 case NLMSGERR_ATTR_OFFS: in ynl_ext_ack_check() 182 if (tb[NLMSGERR_ATTR_OFFS]) { in ynl_ext_ack_check() 186 ys->err.attr_offs = mnl_attr_get_u32(tb[NLMSGERR_ATTR_OFFS]); in ynl_ext_ack_check()
|
H A D | ynl.py | 72 NLMSGERR_ATTR_OFFS = 2 variable in Netlink 218 elif extack.type == Netlink.NLMSGERR_ATTR_OFFS:
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 73 if (attrs->rta_type == NLMSGERR_ATTR_OFFS) { in nl_error()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 92 if (attrs->rta_type == NLMSGERR_ATTR_OFFS) { in nl_error()
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | af_netlink.c | 2454 WARN_ON(nla_put_u32(skb, NLMSGERR_ATTR_OFFS, in netlink_ack()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | af_netlink.c | 2443 WARN_ON(nla_put_u32(skb, NLMSGERR_ATTR_OFFS, in netlink_ack_tlv_fill()
|
Completed in 18 milliseconds