Searched refs:IFLA_INFO_KIND (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | netlink.c | 164 if (rtattr_pack(&req.nh, sizeof(req), IFLA_INFO_KIND, veth_type, sizeof(veth_type))) in __add_veth() 381 if (rtattr_pack(&req.nh, sizeof(req), IFLA_INFO_KIND, vrf_type, sizeof(vrf_type))) in __add_vrf()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xfrm_info.c | 223 rtattr_add_str(nh, IFLA_INFO_KIND, "xfrm"); in setup_xfrmi_external_dev()
|
| H A D | tc_netkit.c | 65 addattr_l(&req.n, sizeof(req), IFLA_INFO_KIND, type, strlen(type)); in create_netkit()
|
| H A D | tc_redirect.c | 186 addattr_l(&req.n, sizeof(req), IFLA_INFO_KIND, type, strlen(type)); in create_netkit()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | tap.c | 122 rtattr_add_strsz(&req.nh, IFLA_INFO_KIND, link_type); in dev_create()
|
| H A D | ipsec.c | 338 if (rtattr_pack(&req.nh, sizeof(req), IFLA_INFO_KIND, veth_type, sizeof(veth_type))) in veth_add()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | if_link.h | 1111 IFLA_INFO_KIND, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | if_link.h | 1112 IFLA_INFO_KIND, enumerator
|
| /linux-6.15/net/core/ |
| H A D | rtnetlink.c | 889 if (nla_put_string(skb, IFLA_INFO_KIND, ops->kind) < 0) in rtnl_link_info_fill() 2247 [IFLA_INFO_KIND] = { .type = NLA_STRING }, 2306 if (linfo[IFLA_INFO_KIND]) { in linkinfo_to_kind_ops() 2309 nla_strscpy(kind, linfo[IFLA_INFO_KIND], sizeof(kind)); in linkinfo_to_kind_ops() 3990 if (linkinfo[IFLA_INFO_KIND]) { in rtnl_newlink() 3993 nla_strscpy(kind, linkinfo[IFLA_INFO_KIND], sizeof(kind)); in rtnl_newlink()
|