Searched refs:IFLA_LINKINFO (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | if_link.h | 303 IFLA_LINKINFO, enumerator 304 #define IFLA_LINKINFO IFLA_LINKINFO macro
|
| /Linux-v6.6/drivers/net/wwan/ |
| D | wwan_core.c | 1066 tb[IFLA_LINKINFO] = nla_nest_start(msg, IFLA_LINKINFO); in wwan_create_default_link() 1067 if (!tb[IFLA_LINKINFO]) in wwan_create_default_link() 1075 nla_nest_end(msg, tb[IFLA_LINKINFO]); in wwan_create_default_link() 1081 nla_parse_nested_deprecated(linkinfo, IFLA_INFO_MAX, tb[IFLA_LINKINFO], in wwan_create_default_link()
|
| /Linux-v6.6/include/uapi/linux/ |
| D | if_link.h | 323 IFLA_LINKINFO, enumerator 324 #define IFLA_LINKINFO IFLA_LINKINFO macro
|
| /Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | xfrm_info.c | 222 link_info = rtattr_begin(nh, IFLA_LINKINFO); in setup_xfrmi_external_dev()
|
| /Linux-v6.6/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-v6.6/net/core/ |
| D | rtnetlink.c | 730 linkinfo = nla_nest_start_noflag(skb, IFLA_LINKINFO); in rtnl_link_fill() 1942 [IFLA_LINKINFO] = { .type = NLA_NESTED }, 2217 case IFLA_LINKINFO: in rtnl_dump_ifinfo() 3582 if (tb[IFLA_LINKINFO]) { in __rtnl_newlink() 3584 tb[IFLA_LINKINFO], in __rtnl_newlink()
|