Searched refs:IFLA_LINKINFO (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/net/wwan/ |
D | wwan_core.c | 1073 tb[IFLA_LINKINFO] = nla_nest_start(msg, IFLA_LINKINFO); in wwan_create_default_link() 1074 if (!tb[IFLA_LINKINFO]) in wwan_create_default_link() 1082 nla_nest_end(msg, tb[IFLA_LINKINFO]); in wwan_create_default_link() 1088 nla_parse_nested_deprecated(linkinfo, IFLA_INFO_MAX, tb[IFLA_LINKINFO], in wwan_create_default_link()
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | if_link.h | 323 IFLA_LINKINFO, enumerator 324 #define IFLA_LINKINFO IFLA_LINKINFO macro
|
/linux-6.12.1/include/uapi/linux/ |
D | if_link.h | 323 IFLA_LINKINFO, enumerator 324 #define IFLA_LINKINFO IFLA_LINKINFO macro
|
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/ |
D | netlink.c | 160 link_info = rtattr_begin(&req.nh, sizeof(req), IFLA_LINKINFO); in __add_veth() 377 link_info = rtattr_begin(&req.nh, sizeof(req), IFLA_LINKINFO); in __add_vrf()
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | xfrm_info.c | 222 link_info = rtattr_begin(nh, IFLA_LINKINFO); in setup_xfrmi_external_dev()
|
D | tc_netkit.c | 56 linkinfo = addattr_nest(&req.n, sizeof(req), IFLA_LINKINFO); in create_netkit()
|
D | tc_redirect.c | 185 linkinfo = addattr_nest(&req.n, sizeof(req), IFLA_LINKINFO); in create_netkit()
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | tap.c | 120 link_info = rtattr_begin(&req.nh, IFLA_LINKINFO); in dev_create()
|
D | ipsec.c | 333 link_info = rtattr_begin(&req.nh, sizeof(req), IFLA_LINKINFO); in veth_add()
|
/linux-6.12.1/net/core/ |
D | rtnetlink.c | 745 linkinfo = nla_nest_start_noflag(skb, IFLA_LINKINFO); in rtnl_link_fill() 2019 [IFLA_LINKINFO] = { .type = NLA_NESTED }, 2291 case IFLA_LINKINFO: in rtnl_dump_ifinfo() 3636 if (tb[IFLA_LINKINFO]) { in __rtnl_newlink() 3638 tb[IFLA_LINKINFO], in __rtnl_newlink()
|