Symbol: IFLA_LINKINFO
sbin/ifconfig/ifgeneve.c
266
{ .type = IFLA_LINKINFO, .off = _OUT(linkinfo),
sbin/ifconfig/ifgeneve.c
429
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
452
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
481
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
512
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
543
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
569
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
593
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
626
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
651
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
675
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
695
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
716
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
745
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
765
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
785
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
805
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgeneve.c
825
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgif.c
122
{ .type = IFLA_LINKINFO, .off = _OUT(linkinfo),
sbin/ifconfig/ifgif.c
222
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgre.c
122
{ .type = IFLA_LINKINFO, .off = _OUT(linkinfo),
sbin/ifconfig/ifgre.c
198
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgre.c
218
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgre.c
269
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sbin/ifconfig/ifgre.c
289
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
sys/net/if_clone.c
287
int off = nlattr_add_nested(nw, IFLA_LINKINFO);
sys/net/if_geneve.c
3379
(!nl_has_attr(ifd->bm, IFLA_LINKINFO))) {
sys/net/if_geneve.c
3414
(nl_has_attr(ifd->bm, IFLA_LINKINFO) == 0)) {
sys/net/if_geneve.c
3493
off = nlattr_add_nested(nw, IFLA_LINKINFO);
sys/net/if_gif.c
197
(nl_has_attr(ifd->bm, IFLA_LINKINFO) == 0)) {
sys/net/if_gif.c
243
off = nlattr_add_nested(nw, IFLA_LINKINFO);
sys/net/if_gre.c
258
(nl_has_attr(ifd->bm, IFLA_LINKINFO) == 0)) {
sys/net/if_gre.c
315
int off = nlattr_add_nested(nw, IFLA_LINKINFO);
sys/net/if_vlan.c
1354
int off = nlattr_add_nested(nw, IFLA_LINKINFO);
sys/netlink/route/iface.c
415
{ .type = IFLA_LINKINFO, .arg = &linfo_parser, .cb = nlattr_get_nested },
tests/sys/netlink/test_rtnl_gif.c
102
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
tests/sys/netlink/test_rtnl_gif.c
127
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
tests/sys/netlink/test_rtnl_gif.c
61
{ .type = IFLA_LINKINFO, .off = _OUT(linkinfo),
tests/sys/netlink/test_rtnl_gre.c
108
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
tests/sys/netlink/test_rtnl_gre.c
136
off = snl_add_msg_attr_nested(&nw, IFLA_LINKINFO);
tests/sys/netlink/test_rtnl_gre.c
67
{ .type = IFLA_LINKINFO, .off = _OUT(linkinfo),