Searched refs:IFLA_LINKINFO (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/include/uapi/linux/ |
H A D | if_link.h | 303 IFLA_LINKINFO, enumerator 304 #define IFLA_LINKINFO IFLA_LINKINFO macro
|
/openbmc/linux/drivers/net/wwan/ |
H A 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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_link.h | 323 IFLA_LINKINFO, enumerator 324 #define IFLA_LINKINFO IFLA_LINKINFO macro
|
/openbmc/phosphor-networkd/src/ |
H A D | rtnetlink.cpp | 82 case IFLA_LINKINFO: in intfFromRtm()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xfrm_info.c | 222 link_info = rtattr_begin(nh, IFLA_LINKINFO); in setup_xfrmi_external_dev()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tap.c | 120 link_info = rtattr_begin(&req.nh, IFLA_LINKINFO); in dev_create()
|
H A D | ipsec.c | 334 link_info = rtattr_begin(&req.nh, sizeof(req), IFLA_LINKINFO); in veth_add()
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 759 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()
|