Home
last modified time | relevance | path

Searched refs:IFLA_INFO_KIND (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Drtnetlink.cpp39 case IFLA_INFO_KIND: in parseLinkInfo()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxfrm_info.c223 rtattr_add_str(nh, IFLA_INFO_KIND, "xfrm"); in setup_xfrmi_external_dev()
/openbmc/linux/tools/testing/selftests/net/
H A Dtap.c122 rtattr_add_strsz(&req.nh, IFLA_INFO_KIND, link_type); in dev_create()
H A Dipsec.c337 if (rtattr_pack(&req.nh, sizeof(req), IFLA_INFO_KIND, veth_type, sizeof(veth_type))) in veth_add()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h555 IFLA_INFO_KIND, enumerator
/openbmc/linux/include/uapi/linux/
H A Dif_link.h587 IFLA_INFO_KIND, enumerator
/openbmc/linux/net/core/
H A Drtnetlink.c731 if (nla_put_string(skb, IFLA_INFO_KIND, ops->kind) < 0) in rtnl_link_info_fill()
2017 [IFLA_INFO_KIND] = { .type = NLA_STRING },
2075 if (linfo[IFLA_INFO_KIND]) { in linkinfo_to_kind_ops()
2078 nla_strscpy(kind, linfo[IFLA_INFO_KIND], sizeof(kind)); in linkinfo_to_kind_ops()
3620 if (linkinfo[IFLA_INFO_KIND]) { in __rtnl_newlink()
3621 nla_strscpy(kind, linkinfo[IFLA_INFO_KIND], sizeof(kind)); in __rtnl_newlink()