Lines Matching refs:nla_nest_start
546 slave_data = nla_nest_start(skb, IFLA_INFO_SLAVE_DATA); in rtnl_link_slave_info_fill()
578 data = nla_nest_start(skb, IFLA_INFO_DATA); in rtnl_link_info_fill()
598 linkinfo = nla_nest_start(skb, IFLA_LINKINFO); in rtnl_link_fill()
667 mx = nla_nest_start(skb, RTA_METRICS); in rtnetlink_put_metrics()
897 vf_ports = nla_nest_start(skb, IFLA_VF_PORTS); in rtnl_vf_ports_fill()
902 vf_port = nla_nest_start(skb, IFLA_VF_PORT); in rtnl_vf_ports_fill()
931 port_self = nla_nest_start(skb, IFLA_PORT_SELF); in rtnl_port_self_fill()
1125 vfinfo = nla_nest_start(skb, IFLA_VFINFO_LIST); in rtnl_fill_ifinfo()
1170 vf = nla_nest_start(skb, IFLA_VF_INFO); in rtnl_fill_ifinfo()
1214 if (!(af_spec = nla_nest_start(skb, IFLA_AF_SPEC))) in rtnl_fill_ifinfo()
1222 if (!(af = nla_nest_start(skb, af_ops->family))) in rtnl_fill_ifinfo()
2898 br_afspec = nla_nest_start(skb, IFLA_AF_SPEC); in ndo_dflt_bridge_getlink()
2915 protinfo = nla_nest_start(skb, IFLA_PROTINFO | NLA_F_NESTED); in ndo_dflt_bridge_getlink()