Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h303 IFLA_LINKINFO, enumerator
304 #define IFLA_LINKINFO IFLA_LINKINFO macro
/openbmc/linux/drivers/net/wwan/
H A Dwwan_core.c1066 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()
/openbmc/linux/include/uapi/linux/
H A Dif_link.h323 IFLA_LINKINFO, enumerator
324 #define IFLA_LINKINFO IFLA_LINKINFO macro
/openbmc/phosphor-networkd/src/
H A Drtnetlink.cpp82 case IFLA_LINKINFO: in intfFromRtm()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxfrm_info.c222 link_info = rtattr_begin(nh, IFLA_LINKINFO); in setup_xfrmi_external_dev()
/openbmc/linux/tools/testing/selftests/net/
H A Dtap.c120 link_info = rtattr_begin(&req.nh, IFLA_LINKINFO); in dev_create()
H A Dipsec.c334 link_info = rtattr_begin(&req.nh, sizeof(req), IFLA_LINKINFO); in veth_add()
/openbmc/linux/net/core/
H A Drtnetlink.c759 linkinfo = nla_nest_start_noflag(skb, IFLA_LINKINFO); in rtnl_link_fill()
1971 [IFLA_LINKINFO] = { .type = NLA_NESTED },
2246 case IFLA_LINKINFO: in rtnl_dump_ifinfo()
3611 if (tb[IFLA_LINKINFO]) { in __rtnl_newlink()
3613 tb[IFLA_LINKINFO], in __rtnl_newlink()