Home
last modified time | relevance | path

Searched refs:tbp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/can/
H A Dvxcan.c214 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp = tb; in vxcan_newlink() local
226 tbp = peer_tb; in vxcan_newlink()
229 if (ifmp && tbp[IFLA_IFNAME]) { in vxcan_newlink()
230 nla_strscpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in vxcan_newlink()
238 &vxcan_link_ops, tbp, extack); in vxcan_newlink()
/linux/drivers/net/
H A Dveth.c1831 struct nlattr *peer_tb[IFLA_MAX + 1], **tbp; in veth_newlink() local
1843 tbp = peer_tb; in veth_newlink()
1846 tbp = tb; in veth_newlink()
1849 if (ifmp && tbp[IFLA_IFNAME]) { in veth_newlink()
1850 nla_strscpy(ifname, tbp[IFLA_IFNAME], IFNAMSIZ); in veth_newlink()
1858 &veth_link_ops, tbp, extack); in veth_newlink()
1862 if (!ifmp || !tbp[IFLA_ADDRESS]) in veth_newlink()
/linux/net/core/
H A Drtnetlink.c4004 struct nlattr *tbp[], in rtnl_get_peer_net() argument
4013 attrs = tbp; in rtnl_get_peer_net()