Lines Matching defs:link
40 static int veth_parse(struct rtnl_link *link, struct nlattr *data, in veth_parse()
83 static void veth_dump_line(struct rtnl_link *link, struct nl_dump_params *p) in veth_dump_line()
87 static void veth_dump_details(struct rtnl_link *link, struct nl_dump_params *p) in veth_dump_details()
117 static int veth_put_attrs(struct nl_msg *msg, struct rtnl_link *link) in veth_put_attrs()
143 static int veth_alloc(struct rtnl_link *link) in veth_alloc()
168 static void veth_free(struct rtnl_link *link) in veth_free()
195 #define IS_VETH_LINK_ASSERT(link) \ argument
214 struct rtnl_link *link; in rtnl_link_veth_alloc() local
232 struct rtnl_link *rtnl_link_veth_get_peer(struct rtnl_link *link) in rtnl_link_veth_get_peer()
243 void rtnl_link_veth_release(struct rtnl_link *link) in rtnl_link_veth_release()
255 int rtnl_link_is_veth(struct rtnl_link *link) in rtnl_link_is_veth()
277 struct rtnl_link *link, *peer; in rtnl_link_veth_add() local