Home
last modified time | relevance | path

Searched refs:IFLA_LINKINFO (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/net/wwan/
Dwwan_core.c1073 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/
Dif_link.h323 IFLA_LINKINFO, enumerator
324 #define IFLA_LINKINFO IFLA_LINKINFO macro
/linux-6.12.1/include/uapi/linux/
Dif_link.h323 IFLA_LINKINFO, enumerator
324 #define IFLA_LINKINFO IFLA_LINKINFO macro
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/
Dnetlink.c160 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/
Dxfrm_info.c222 link_info = rtattr_begin(nh, IFLA_LINKINFO); in setup_xfrmi_external_dev()
Dtc_netkit.c56 linkinfo = addattr_nest(&req.n, sizeof(req), IFLA_LINKINFO); in create_netkit()
Dtc_redirect.c185 linkinfo = addattr_nest(&req.n, sizeof(req), IFLA_LINKINFO); in create_netkit()
/linux-6.12.1/tools/testing/selftests/net/
Dtap.c120 link_info = rtattr_begin(&req.nh, IFLA_LINKINFO); in dev_create()
Dipsec.c333 link_info = rtattr_begin(&req.nh, sizeof(req), IFLA_LINKINFO); in veth_add()
/linux-6.12.1/net/core/
Drtnetlink.c745 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()