Symbol: IFLA_INFO_DATA
drivers/net/wwan/wwan_core.c
1262
linkinfo[IFLA_INFO_DATA] = nla_nest_start(msg, IFLA_INFO_DATA);
drivers/net/wwan/wwan_core.c
1263
if (!linkinfo[IFLA_INFO_DATA])
drivers/net/wwan/wwan_core.c
1267
nla_nest_end(msg, linkinfo[IFLA_INFO_DATA]);
drivers/net/wwan/wwan_core.c
1277
linkinfo[IFLA_INFO_DATA], NULL, NULL);
net/core/rtnetlink.c
2287
[IFLA_INFO_DATA] = { .type = NLA_NESTED },
net/core/rtnetlink.c
3754
if (linkinfo[IFLA_INFO_DATA]) {
net/core/rtnetlink.c
4054
if (ops->maxtype && linkinfo[IFLA_INFO_DATA]) {
net/core/rtnetlink.c
4056
linkinfo[IFLA_INFO_DATA],
net/core/rtnetlink.c
903
data = nla_nest_start_noflag(skb, IFLA_INFO_DATA);
tools/testing/selftests/bpf/prog_tests/tc_netkit.c
66
data = addattr_nest(&req.n, sizeof(req), IFLA_INFO_DATA);
tools/testing/selftests/bpf/prog_tests/tc_redirect.c
189
data = addattr_nest(&req.n, sizeof(req), IFLA_INFO_DATA);
tools/testing/selftests/bpf/prog_tests/xfrm_info.c
224
info_data = rtattr_begin(nh, IFLA_INFO_DATA);
tools/testing/selftests/net/ipsec.c
345
info_data = rtattr_begin(&req.nh, sizeof(req), IFLA_INFO_DATA);
tools/testing/selftests/net/ovpn/ovpn-cli.c
1381
data = ovpn_nest_start(&req.n, sizeof(req), IFLA_INFO_DATA);
tools/testing/selftests/net/tap.c
119
info_data = rtattr_begin(&req.nh, IFLA_INFO_DATA);
tools/testing/selftests/net/tcp_ao/lib/netlink.c
167
info_data = rtattr_begin(&req.nh, sizeof(req), IFLA_INFO_DATA);
tools/testing/selftests/net/tcp_ao/lib/netlink.c
384
info_data = rtattr_begin(&req.nh, sizeof(req), IFLA_INFO_DATA);