Searched refs:IFLA_INFO_KIND (Results 1 – 10 of 10) sorted by relevance
| /linux/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/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 | 188 addattr_l(&req.n, sizeof(req), IFLA_INFO_KIND, type, strlen(type)); in create_netkit()
|
| /linux/tools/testing/selftests/net/ |
| H A D | tap.c | 116 rtattr_add_str(&req.nh, IFLA_INFO_KIND, link_type); in dev_create()
|
| H A D | ipsec.c | 342 if (rtattr_pack(&req.nh, sizeof(req), IFLA_INFO_KIND, veth_type, sizeof(veth_type))) in veth_add()
|
| /linux/tools/include/uapi/linux/ |
| H A D | if_link.h | 1111 IFLA_INFO_KIND, enumerator
|
| /linux/include/uapi/linux/ |
| H A D | if_link.h | 1114 IFLA_INFO_KIND, enumerator
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 895 if (nla_put_string(skb, IFLA_INFO_KIND, ops->kind) < 0) in rtnl_link_info_fill() 2286 [IFLA_INFO_KIND] = { .type = NLA_STRING }, 2345 if (linfo[IFLA_INFO_KIND]) { in linkinfo_to_kind_ops() 2348 nla_strscpy(kind, linfo[IFLA_INFO_KIND], sizeof(kind)); in linkinfo_to_kind_ops() 4033 if (linkinfo[IFLA_INFO_KIND]) { in rtnl_newlink() 4036 nla_strscpy(kind, linkinfo[IFLA_INFO_KIND], sizeof(kind)); in rtnl_newlink()
|
| /linux/tools/testing/selftests/net/ovpn/ |
| H A D | ovpn-cli.c | 1376 if (ovpn_addattr(&req.n, sizeof(req), IFLA_INFO_KIND, OVPN_FAMILY_NAME, in ovpn_new_iface()
|