Lines Matching refs:nla_nest_start
547 slave_data = nla_nest_start(skb, IFLA_INFO_SLAVE_DATA); in rtnl_link_slave_info_fill()
579 data = nla_nest_start(skb, IFLA_INFO_DATA); in rtnl_link_info_fill()
599 linkinfo = nla_nest_start(skb, IFLA_LINKINFO); in rtnl_link_fill()
668 mx = nla_nest_start(skb, RTA_METRICS); in rtnetlink_put_metrics()
920 vf_ports = nla_nest_start(skb, IFLA_VF_PORTS); in rtnl_vf_ports_fill()
925 vf_port = nla_nest_start(skb, IFLA_VF_PORT); in rtnl_vf_ports_fill()
954 port_self = nla_nest_start(skb, IFLA_PORT_SELF); in rtnl_port_self_fill()
1127 vf = nla_nest_start(skb, IFLA_VF_INFO); in rtnl_fill_vfinfo()
1152 vfstats = nla_nest_start(skb, IFLA_VF_STATS); in rtnl_fill_vfinfo()
1274 vfinfo = nla_nest_start(skb, IFLA_VFINFO_LIST); in rtnl_fill_ifinfo()
1305 if (!(af_spec = nla_nest_start(skb, IFLA_AF_SPEC))) in rtnl_fill_ifinfo()
1313 if (!(af = nla_nest_start(skb, af_ops->family))) in rtnl_fill_ifinfo()
3035 br_afspec = nla_nest_start(skb, IFLA_AF_SPEC); in ndo_dflt_bridge_getlink()
3059 protinfo = nla_nest_start(skb, IFLA_PROTINFO | NLA_F_NESTED); in ndo_dflt_bridge_getlink()