Searched refs:IFLA_INFO_DATA (Results 1 – 21 of 21) sorted by relevance
/third_party/libnl/lib/route/link/ |
D | ppp.c | 116 if (!(data = nla_nest_start(msg, IFLA_INFO_DATA))) in ppp_put_attrs()
|
D | vrf.c | 126 if (!(data = nla_nest_start(msg, IFLA_INFO_DATA))) in vrf_put_attrs()
|
D | ipvlan.c | 134 if (!(data = nla_nest_start(msg, IFLA_INFO_DATA))) in ipvlan_put_attrs()
|
D | veth.c | 131 if (!(data = nla_nest_start(msg, IFLA_INFO_DATA))) in veth_put_attrs()
|
D | xfrmi.c | 106 data = nla_nest_start(msg, IFLA_INFO_DATA); in xfrmi_put_attrs()
|
D | ipvti.c | 131 data = nla_nest_start(msg, IFLA_INFO_DATA); in ipvti_put_attrs()
|
D | ipip.c | 139 data = nla_nest_start(msg, IFLA_INFO_DATA); in ipip_put_attrs()
|
D | ip6tnl.c | 164 data = nla_nest_start(msg, IFLA_INFO_DATA); in ip6_tnl_put_attrs()
|
D | vlan.c | 298 if (!(data = nla_nest_start(msg, IFLA_INFO_DATA))) in vlan_put_attrs()
|
D | can.c | 301 data = nla_nest_start(msg, IFLA_INFO_DATA); in can_put_attrs()
|
D | sit.c | 188 data = nla_nest_start(msg, IFLA_INFO_DATA); in sit_put_attrs()
|
D | ipgre.c | 171 data = nla_nest_start(msg, IFLA_INFO_DATA); in ipgre_put_attrs()
|
D | geneve.c | 279 if (!(data = nla_nest_start(msg, IFLA_INFO_DATA))) in geneve_put_attrs()
|
D | macvlan.c | 225 if (!(data = nla_nest_start(msg, IFLA_INFO_DATA))) in macvlan_put_attrs()
|
D | macsec.c | 304 if (!(data = nla_nest_start(msg, IFLA_INFO_DATA))) in macsec_put_attrs()
|
D | vxlan.c | 534 if (!(data = nla_nest_start(msg, IFLA_INFO_DATA))) in vxlan_put_attrs()
|
/third_party/libnl/include/linux-private/linux/ |
D | if_link.h | 352 IFLA_INFO_DATA, enumerator
|
/third_party/ltp/lib/ |
D | tst_netdevice.c | 118 {IFLA_INFO_DATA, NULL, 0, peerdata}, in tst_create_veth_pair()
|
/third_party/libnl/lib/route/ |
D | link.c | 380 [IFLA_INFO_DATA] = { .type = NLA_NESTED }, 677 (li[IFLA_INFO_DATA] || li[IFLA_INFO_XSTATS])) { in link_msg_parser() 678 err = ops->io_parse(link, li[IFLA_INFO_DATA], in link_msg_parser()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 646 IFLA_INFO_DATA, NULL, 0); in linkupdate()
|
/third_party/libnl/doc/ |
D | core.txt | 2380 if (!(vlan = nla_nest_start(msg, IFLA_INFO_DATA)))
|