Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/
H A Dwwan_core.c1069 linkinfo[IFLA_INFO_DATA] = nla_nest_start(msg, IFLA_INFO_DATA); in wwan_create_default_link()
1070 if (!linkinfo[IFLA_INFO_DATA]) in wwan_create_default_link()
1074 nla_nest_end(msg, linkinfo[IFLA_INFO_DATA]); in wwan_create_default_link()
1084 linkinfo[IFLA_INFO_DATA], NULL, NULL); in wwan_create_default_link()
/openbmc/phosphor-networkd/src/
H A Drtnetlink.cpp43 case IFLA_INFO_DATA: in parseLinkInfo()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxfrm_info.c224 info_data = rtattr_begin(nh, IFLA_INFO_DATA); in setup_xfrmi_external_dev()
/openbmc/linux/tools/testing/selftests/net/
H A Dtap.c125 info_data = rtattr_begin(&req.nh, IFLA_INFO_DATA); in dev_create()
H A Dipsec.c341 info_data = rtattr_begin(&req.nh, sizeof(req), IFLA_INFO_DATA); in veth_add()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h556 IFLA_INFO_DATA, enumerator
/openbmc/linux/include/uapi/linux/
H A Dif_link.h588 IFLA_INFO_DATA, enumerator
/openbmc/linux/net/core/
H A Drtnetlink.c739 data = nla_nest_start_noflag(skb, IFLA_INFO_DATA); in rtnl_link_info_fill()
2018 [IFLA_INFO_DATA] = { .type = NLA_NESTED },
3633 if (ops->maxtype && linkinfo[IFLA_INFO_DATA]) { in __rtnl_newlink()
3635 linkinfo[IFLA_INFO_DATA], in __rtnl_newlink()
3678 if (linkinfo[IFLA_INFO_DATA]) { in __rtnl_newlink()